Table of Contents

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 IListMembers

Specifies provider to fill with available members.

position Point

Specifies position of language element in the text.

selectedIndex int

Retrieves index of selected list member