DocumentSymbolSetting.HierarchicalDocumentSymbolSupport 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 whether the document has hierarchical symbol support.
public:
property Nullable<bool> HierarchicalDocumentSymbolSupport { Nullable<bool> get(); void set(Nullable<bool> value); };
public:
property bool HierarchicalDocumentSymbolSupport { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="hierarchicalDocumentSymbolSupport")]
public bool? HierarchicalDocumentSymbolSupport { get; set; }
[System.Runtime.Serialization.DataMember(Name="hierarchicalDocumentSymbolSupport")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
public bool HierarchicalDocumentSymbolSupport { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="hierarchicalDocumentSymbolSupport")>]
member this.HierarchicalDocumentSymbolSupport : Nullable<bool> with get, set
[<System.Runtime.Serialization.DataMember(Name="hierarchicalDocumentSymbolSupport")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
member this.HierarchicalDocumentSymbolSupport : bool with get, set
Public Property HierarchicalDocumentSymbolSupport As Nullable(Of Boolean)
Public Property HierarchicalDocumentSymbolSupport As Boolean
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute