Share via


SemanticTokensSetting.TokenTypes Property

Definition

Gets or sets an array of token types supported by the client for encoding semantic tokens.

public:
 property cli::array <System::String ^> ^ TokenTypes { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="tokenTypes")]
public string[] TokenTypes { get; set; }
[<System.Runtime.Serialization.DataMember(Name="tokenTypes")>]
member this.TokenTypes : string[] with get, set
Public Property TokenTypes As String()

Property Value

String[]
Attributes

Applies to