TextCompletionContext.AtCursorPosition(Int32) Methode

Definitie

Hiermee maakt u een nieuw exemplaar van TextCompletionContext op de opgegeven cursorpositie.

public:
 System::CommandLine::Completions::TextCompletionContext ^ AtCursorPosition(int position);
public System.CommandLine.Completions.TextCompletionContext AtCursorPosition(int position);
member this.AtCursorPosition : int -> System.CommandLine.Completions.TextCompletionContext
Public Function AtCursorPosition (position As Integer) As TextCompletionContext

Parameters

position
Int32

De cursorpositie waarop voltooiingen worden berekend.

Retouren

Van toepassing op