ICodeSnippetMetadata Interface
Provides the base requirements for an object that contains metadata information about an ICodeSnippet and can provide the full snippet on demand.
public interface ICodeSnippetMetadata
Properties
CodeKind
A CodeSnippetKind indicating the kind of code contained by the snippet.
CodeLanguage
The language in which the snippet's code is written.
Description
Descriptive information about the code snippet contents.
Shortcut
The shortcut text used to insert the code snippet.
SnippetTypes
The types of actions that can be performed by the code snippet.
Title
The code snippet title.
Methods
GetCodeSnippet()
Returns the full associated ICodeSnippet.