DocumentSymbolSetting.HierarchicalDocumentSymbolSupport Özellik

Tanım

Belgede hiyerarşik sembol desteğinin olup olmadığını gösteren bir değer alır veya ayarlar.

public:
 property Nullable<bool> HierarchicalDocumentSymbolSupport { Nullable<bool> get(); void set(Nullable<bool> value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="hierarchicalDocumentSymbolSupport")]
public bool? HierarchicalDocumentSymbolSupport { get; set; }
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
member this.HierarchicalDocumentSymbolSupport : Nullable<bool> with get, set
Public Property HierarchicalDocumentSymbolSupport As Nullable(Of Boolean)

Özellik Değeri

Nullable<Boolean>
Öznitelikler
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Şunlara uygulanır