Table of Contents

Class CodeSnippetDeclaration

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

Represents literals and objects that make up the parts of a code snippet that you can edit.

public class CodeSnippetDeclaration : CodeCompletionProviderItem, ICodeSnippetDeclaration, ICodeCompletionProviderItem, IComparable
Inheritance
CodeSnippetDeclaration
Implements

Constructors

CodeSnippetDeclaration()

Initializes a new instance of the CodeSnippetDeclaration with default settings.

Properties

Literals

Defines the literals of the code snippet that you can edit.

Objects

Defines the objects of the code snippet that you can edit.

SerializationInfo

Gets or sets an xml representation of this CodeSnippetDeclaration object.

Methods

OnSnippetLiteralsChanged()
OnSnippetObjectsChanged()