Table of Contents

Class CodeCompletionProviderNamedItem

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

Represents particular CodeCompletionProviderNamedItem in the code provider items collection.

public class CodeCompletionProviderNamedItem : CodeCompletionProviderItem, ICodeCompletionProviderNamedItem, ICodeCompletionProviderItem, IComparable
Inheritance
CodeCompletionProviderNamedItem
Implements
Derived

Constructors

CodeCompletionProviderNamedItem()

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

Properties

ChildItems

Gets list of child items for this ICodeCompletionProviderNamedItem.

CustomData

Gets an object that can hold a user defined data attached to the CodeCompletionProviderNamedItem

Description

Gets string value representing description of the CodeCompletionProviderNamedItem.

ImageIndex

Gets or sets the index of the image displayed for the snippet.

Name

Gets string value representing name of the CodeCompletionProviderNamedItem.

Methods

CompareTo(object)

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

OnImageIndexChanged()