Compartir vía


ICompletionSource.GetCompletions(CompletionContext) Método

Definición

Obtiene los valores sugeridos para la finalización de la línea de comandos.

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)

Parámetros

Devoluciones

Se aplica a