Class CodeSnippetMember
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.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
CodeSnippetMemberclass with default settings.
- CodeSnippetMember(ICodeSnippetMembers)
Initializes a new instance of the
CodeSnippetMembersclass 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
ICodeSnippetMemberobjects.
- Name
Gets or sets a string value that specifies the name of the
IListMember. Useful to find necessary item within theICodeSnippetMembercollection.
- 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
CodeSnippetMemberobject.
- Snippets
Provides an indexed access to the nested
ICodeSnippetobjects.
- 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.