SemanticTokensOptions.Legend Property

Definition

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

Applies to