ICodeSnippet Interface
Provides the base requirements for a code snippet.
public interface ICodeSnippet : ICodeSnippetMetadata
Properties
Author
The name of the code snippet author.
CodeDelimiter
The character used to describe literals and objects in the code.
CodeText
The code that is inserted when the code snippet is activated.
Declarations
The collection of declarations.
HelpUrl
A URL that provides more information about the code snippet.
ImportedNamespaces
The collection of imported namespaces.
Keywords
The collection of keywords that describe the code snippet.
References
The collection of assembly references.
IList<ICodeSnippetAssemblyReference> References { get; }
Property Value
Tag
The object that contains user-defined data about the object.
Inherited Members
- ICodeSnippetMetadata.GetCodeSnippet()
- ICodeSnippetMetadata.CodeKind
- ICodeSnippetMetadata.CodeLanguage
- ICodeSnippetMetadata.Description
- ICodeSnippetMetadata.Shortcut
- ICodeSnippetMetadata.SnippetTypes
- ICodeSnippetMetadata.Title