SemanticTokensSetting.TokenTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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