Class CodeSnippetLiteral
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents literal that make up the parts of a code snippet that you can edit.
public class CodeSnippetLiteral : CodeCompletionProviderItem, ICodeSnippetLiteral, ICodeCompletionProviderItem, IComparable
- Inheritance
-
CodeSnippetLiteral
- Implements
- Derived
Constructors
- CodeSnippetLiteral()
Initializes a new instance of the
CodeSnippetLiteral
class with default settings.
Properties
- Default
Specifies the default value of the literal or object for an IntelliSense Code Snippet.
- Editable
Specifies whether literal is editable or not.
- Function
Specifies a function to execute when the literal or object receives focus in the Editor.
- ID
Specifies the unique identifier for the object or literal..
- SerializationInfo
Gets or sets an xml representation of this
CodeSnippetLiteral
object.
- SupportsCode
Specifies whether literal can fill code.
- ToolTip
Specifies the ToolTip description to be associated with the literal in the code snippet.
- Type
Specifies the type of the object.
Methods
- CompareTo(object)
Compares this instance to a specified object and returns an indication of their relative values.