TextDocumentClientCapabilities.DocumentSymbol 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 document symbol can be dynamically registered.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::DocumentSymbolSetting ^ DocumentSymbol { Microsoft::VisualStudio::LanguageServer::Protocol::DocumentSymbolSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DocumentSymbolSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="documentSymbol")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DocumentSymbolSetting DocumentSymbol { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentSymbol")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.DocumentSymbolSetting? DocumentSymbol { get; set; }
[<System.Runtime.Serialization.DataMember(Name="documentSymbol")>]
member this.DocumentSymbol : Microsoft.VisualStudio.LanguageServer.Protocol.DocumentSymbolSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="documentSymbol")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.DocumentSymbol : Microsoft.VisualStudio.LanguageServer.Protocol.DocumentSymbolSetting with get, set
Public Property DocumentSymbol As DocumentSymbolSetting
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute