WorkspaceClientCapabilities.Symbol 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 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