SemanticTokensSetting.Formats 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 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