Method FillMembers
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
FillMembers(IEnumerable<CompletionEntry>, IListMembers, Point, out int)
When implemented by a class, fills a provider with the members, providing available choices for the specified language element.
void FillMembers(IEnumerable<CompletionEntry> completions, IListMembers members, Point position, out int selectedIndex)
Parameters
completions
IEnumerable<CompletionEntry>Set of completions that is source of language elements.
members
IListMembersSpecifies provider to fill with available members.
position
PointSpecifies position of language element in the text.
selectedIndex
intRetrieves index of selected list member