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>

请求完成的位置。

返回

一组用于完成的完成。

适用于