Share via


SemanticTokensSetting.Requests Property

Definition

Gets or sets a value indicating which requests the client supports and might send to the server depending on the server's capability.

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

Property Value

Attributes

Applies to