Command.GetCompletions(CompletionContext) Method

Definition

Gets the suggested values for command line completion.

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

Parameters

Returns

A list of completion items.

Applies to