SemanticTokensOptions.Legend 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 a legend describing how semantic token types and modifiers are encoded in responses.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensLegend ^ Legend { Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensLegend ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensLegend ^ value); };
[System.Runtime.Serialization.DataMember(Name="legend")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensLegend Legend { get; set; }
[<System.Runtime.Serialization.DataMember(Name="legend")>]
member this.Legend : Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensLegend with get, set
Public Property Legend As SemanticTokensLegend
Property Value
- Attributes