ICompletionSource.GetCompletions(CompletionContext) Metoda

Definice

Získá navrhované hodnoty pro dokončení příkazového řádku.

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)

Parametry

Návraty

Platí pro