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