Share via


SemanticTokensSetting.Formats Property

Definition

Gets or sets an array of formats the clients supports.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokenFormat> ^ Formats { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokenFormat> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokenFormat> ^ value); };
[System.Runtime.Serialization.DataMember(Name="formats")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokenFormat[] Formats { get; set; }
[<System.Runtime.Serialization.DataMember(Name="formats")>]
member this.Formats : Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokenFormat[] with get, set
Public Property Formats As SemanticTokenFormat()

Property Value

Attributes

Applies to