Edit

Share via


ParseResult.GetCompletions(Nullable<Int32>) Method

Definition

Gets completions based on a given parse result.

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)

Parameters

position
Nullable<Int32>

The position at which completions are requested.

Returns

A set of completions for completion.

Applies to