Partager via


PredictionContext.TokenAtCursor Property

Definition

Gets the token at the cursor.

public System.Management.Automation.Language.Token? TokenAtCursor { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public System.Management.Automation.Language.Token? TokenAtCursor { [System.Runtime.CompilerServices.NullableContext(2)] get; }
member this.TokenAtCursor : System.Management.Automation.Language.Token
[<System.Runtime.CompilerServices.Nullable(2)>]
[<get: System.Runtime.CompilerServices.NullableContext(2)>]
member this.TokenAtCursor : System.Management.Automation.Language.Token
Public ReadOnly Property TokenAtCursor As Token

Property Value

Attributes

Applies to