Command.GetCompletions(CompletionContext) Metoda

Definicja

Pobiera sugerowane wartości ukończenia wiersza polecenia.

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)

Parametry

Zwraca

Lista elementów uzupełniania.

Dotyczy