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
documentIdDocumentIdA
Microsoft.CodeAnalysis.DocumentIdrepresenting source document.itemsIReadOnlyList<CompletionItem>List of language elements whose data must be filled in.
membersIListMembersSpecifies provider to fill with available members.
selectedIndexintSpecifies index of default list member.