CompletionDelegate Delegar

Definição

Fornece a conclusão da linha de comando.

public delegate System::Collections::Generic::IEnumerable<System::CommandLine::Completions::CompletionItem ^> ^ CompletionDelegate(CompletionContext ^ context);
public delegate System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> CompletionDelegate(CompletionContext context);
type CompletionDelegate = delegate of CompletionContext -> seq<CompletionItem>
Public Delegate Function CompletionDelegate(context As CompletionContext) As IEnumerable(Of CompletionItem) 

Parâmetros

Valor Retornado

Uma lista de conclusões.

Aplica-se a