CodeSnippetDeclarationBase Class
Provides the abstract base class for a code snippet declaration.
public abstract class CodeSnippetDeclarationBase : ICodeSnippetDeclaration
- Inheritance:
- object object
- Implements:
- ICodeSnippetDeclaration
Constructors
CodeSnippetDeclarationBase()
Initializes an instance of the class.
protected CodeSnippetDeclarationBase()
Properties
DefaultText
The default text value of the declaration, when the code snippet has been inserted.
FunctionInvocation
A function to execute when the declaration receives focus.
Id
A unique identifier for the declaration.
IsEditable
Indicates whether the declaration is editable by the end-user once the code snippet has been inserted.
public bool IsEditable { get; set; }
Property Value
- bool:
trueif the declaration is editable by the end-user once the code snippet has been inserted; otherwise,false.
ToolTip
A description of the expected value and usage of the declaration, that can be used in a tooltip.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()