WorkspaceClientCapabilities.Symbol Property

Definition

Gets or sets the setting which determines if symbols can be dynamically registered.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::SymbolSetting ^ Symbol { Microsoft::VisualStudio::LanguageServer::Protocol::SymbolSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::SymbolSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="symbol")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SymbolSetting Symbol { get; set; }
[System.Runtime.Serialization.DataMember(Name="symbol")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.SymbolSetting? Symbol { get; set; }
[<System.Runtime.Serialization.DataMember(Name="symbol")>]
member this.Symbol : Microsoft.VisualStudio.LanguageServer.Protocol.SymbolSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="symbol")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Symbol : Microsoft.VisualStudio.LanguageServer.Protocol.SymbolSetting with get, set
Public Property Symbol As SymbolSetting

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to