Table of Contents

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 DocumentId

A Microsoft.CodeAnalysis.DocumentId representing source document.

items IReadOnlyList<CompletionItem>

List of language elements whose data must be filled in.

members IListMembers

Specifies provider to fill with available members.

selectedIndex int

Specifies index of default list member.