Method FillMembers
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.dll
FillMembers(DocumentId, IReadOnlyList<CompletionItem>, IListMembers, out int)
Fills a provider with the members, providing available choices for the specified language element list.
public virtual void FillMembers(DocumentId documentId, IReadOnlyList<CompletionItem> items, IListMembers members, out int selectedIndex)
Parameters
documentId
DocumentIdA
Microsoft.CodeAnalysis.DocumentId
representing source document.items
IReadOnlyList<CompletionItem>List of language elements whose data must be filled in.
members
IListMembersSpecifies provider to fill with available members.
selectedIndex
intSpecifies index of default list member.