Share via


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>

完了が要求される位置。

戻り値

完了の一連の完了。

適用対象