DocumentSymbolSetting.HierarchicalDocumentSymbolSupport Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
- Öznitelikler
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute