共用方式為


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>

要求完成的位置。

傳回

完成的一組完成。

適用於