Table of Contents

Class CodeSnippetMember

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

Represents properties and methods for a particular code snippet member in the data collection of the code completion popups.

public class CodeSnippetMember : CodeCompletionProviderItem, ICodeSnippetMember, ICodeCompletionProviderItem, IComparable
Inheritance
CodeSnippetMember
Implements

Constructors

CodeSnippetMember()

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

CodeSnippetMember(ICodeSnippetMembers)

Initializes a new instance of the CodeSnippetMembers class with specified parent.

Properties

EditPath

Gets a string value that specifies the full path of the IListMember.

ImageIndex

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

Members

Provides an indexed access to the nested ICodeSnippetMember objects.

Name

Gets or sets a string value that specifies the name of the IListMember. Useful to find necessary item within the ICodeSnippetMember collection.

Parent

Gets or sets a parent of the CodeSnippetMember.

Path

Gets or sets a string value that specifies the path to the file containing source of the ICodeSnippetMember.

SerializationInfo

Gets or sets an xml representation of this CodeSnippetMember object.

Snippets

Provides an indexed access to the nestedICodeSnippet objects.

SnippetsAndMembers

Provides an indexed access to the nested snippets and members objects.

Methods

CompareTo(object)

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

OnImageIndexChanged()
OnNameChanged()
OnParentChanged()
OnPathChanged()