ICompletionSource.GetCompletions(CompletionContext) Method

Definition

Gets the suggested values for command line completion.

public:
 System::Collections::Generic::IEnumerable<System::CommandLine::Completions::CompletionItem ^> ^ GetCompletions(System::CommandLine::Completions::CompletionContext ^ context);
public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions (System.CommandLine.Completions.CompletionContext context);
abstract member GetCompletions : System.CommandLine.Completions.CompletionContext -> seq<System.CommandLine.Completions.CompletionItem>
Public Function GetCompletions (context As CompletionContext) As IEnumerable(Of CompletionItem)

Parameters

Returns

Applies to