Symbol.GetCompletions Yöntem

Tanım

Aşırı Yüklemeler

GetCompletions()

Simgenin tamamlanmalarını alır.

GetCompletions(CompletionContext)

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

GetCompletions()

Simgenin tamamlanmalarını alır.

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

Döndürülenler

Şunlara uygulanır

GetCompletions(CompletionContext)

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

public:
 abstract System::Collections::Generic::IEnumerable<System::CommandLine::Completions::CompletionItem ^> ^ GetCompletions(System::CommandLine::Completions::CompletionContext ^ context);
public abstract 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 MustOverride Function GetCompletions (context As CompletionContext) As IEnumerable(Of CompletionItem)

Parametreler

Döndürülenler

Tamamlanma öğelerinin listesi.

Uygulamalar

Şunlara uygulanır