Interface ICodeSnippetMember
- 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 interface ICodeSnippetMember : ICodeCompletionProviderItem, IComparable
Properties
- EditPath
When implemented by a class, gets a string value that specifies the full path of the
IListMember
.
- ImageIndex
When implemented by a class, gets or sets the index of the image displayed for the
ICodeSnippetMember
.
- Members
When implemented by a class, provides an indexed access to the nested
ICodeSnippetMember
objects.
- Name
When implemented by a class, gets or sets a string value that specifies the name of the
IListMember
. Useful to find necessary item within theICodeSnippetMember
collection.
- Parent
When implemented by a class, gets or sets a parent of the
ICodeSnippetMember
.
- Path
When implemented by a class, gets or sets a string value that specifies the path to the file containing source of the
ICodeSnippetMember
.
- Snippets
When implemented by a class, provides an indexed access to the nested
ICodeSnippet
objects.
- SnippetsAndMembers
When implemented by a class, provides an indexed access to the nested
ICodeSnippet
andICodeSnippetMember
objects.