Table of Contents

Class CodeSnippetImport

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

Represents imported namespace used by an IntelliSense Code Snippet.

public class CodeSnippetImport : CodeCompletionProviderItem, ICodeSnippetImport, ICodeCompletionProviderItem, IComparable
Inheritance
CodeSnippetImport
Implements

Constructors

CodeSnippetImport()

Initializes a new instance of the CodeSnippetImport class with default settings.

Properties

Namespace

Specifies the namespace used by the code snippet.

SerializationInfo

Gets or sets an xml representation of this CodeSnippetImport object.

Methods

CompareTo(object)

Compares this instance to a specified object and returns an indication of their relative values.

OnNamespaceChanged()