Sdílet prostřednictvím


ParseResult.GetCompletions(Nullable<Int32>) Metoda

Definice

Získá dokončení na základě daného výsledku analýzy.

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)

Parametry

position
Nullable<Int32>

Pozice, na které se požaduje dokončení.

Návraty

Sada dokončení pro dokončení.

Platí pro