Aracılığıyla paylaş


Command.GetCompletions(CompletionContext) Yöntem

Tanım

Komut satırının tamamlanması için önerilen değerleri alır.

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)

Parametreler

Döndürülenler

Tamamlanma öğelerinin listesi.

Şunlara uygulanır