Interface IListMembers
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents data collection related to popup list box controls.
public interface IListMembers : ICodeCompletionProvider, IList<ICodeCompletionProviderItem>, ICollection<ICodeCompletionProviderItem>, IEnumerable<ICodeCompletionProviderItem>, IEnumerable, IExport, IImport
- Extension Methods
Properties
- this[int]
When implemented by a class, provides an indexed access to
IListMember
objects stored in the collection.
- ShowHints
When implemented by a class, gets or sets a value indicating whether popup listbox should display additional information for selected list member.
- ShowParams
When implemented by a class, gets or sets a value indicating whether the "Params" column is visible.
- ShowQualifiers
When implemented by a class, gets or sets a value indicating whether the "Qualifiers" column is visible.
- ShowResults
When implemented by a class, gets or sets a value indicating whether the "Results" column is visible.
Methods
- AddListMember()
When implemented by a class, adds a new item to the
IListMembers
collection.
- CreateListMember()
Initializes a new instance of the
ListMember
class with default settings.
- InsertListMember(int)
When implemented by a class, inserts a new item to the specified position within the
IListMembers
collection.
- ResetShowHints()
When implemented by a class, resets the
ShowHints
to the default value.
- ResetShowParams()
When implemented by a class, resets the
ShowParams
to the default value.
- ResetShowQualifiers()
When implemented by a class, resets the
ShowQualifiers
to the default value.
- ResetShowResults()
When implemented by a class, resets the
ShowResults
to the default value.