CodeSnippetMetadataBase Class
Provides the abstract base class for an object that contains metadata information about an ICodeSnippet and can provide the full snippet on demand.
public abstract class CodeSnippetMetadataBase : ICodeSnippetMetadata
- Inheritance:
- object object
- Derived:
- CodeSnippetFile
- Implements:
- ICodeSnippetMetadata
Constructors
CodeSnippetMetadataBase()
Initializes an instance of the class.
protected CodeSnippetMetadataBase()
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.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()