Поделиться через


ParseResult.GetCompletions(Nullable<Int32>) Метод

Определение

Получает завершения на основе заданного результата синтаксического анализа.

public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions (int? position = default);
member this.GetCompletions : Nullable<int> -> seq<System.CommandLine.Completions.CompletionItem>
Public Function GetCompletions (Optional position As Nullable(Of Integer) = Nothing) As IEnumerable(Of CompletionItem)

Параметры

position
Nullable<Int32>

Позиция, в которой запрашиваются завершения.

Возвращаемое значение

Набор завершений для завершения.

Применяется к