Table of Contents

Interface ICodeSnippetLiteral

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

Represents properties and methods describing literal that make up the parts of a code snippet that you can edit.

public interface ICodeSnippetLiteral : ICodeCompletionProviderItem, IComparable

Properties

Default

When implemented by a class, specifies the default value of the literal or object for an IntelliSense Code Snippet.

Editable

When implemented by a class, specifies whether literal is editable or not.

Function

When implemented by a class, specifies a function to execute when the literal or object receives focus in the Editor.

ID

When implemented by a class, specifies the unique identifier for the object or literal.

SupportsCode

When implemented by a class, specifies whether literal can fill code.

ToolTip

When implemented by a class, specifies the ToolTip description to be associated with the literal in the code snippet.

Type

When implemented by a class, Specifies the type of the object.