FoldingRangeSetting.RangeLimit Özellik

Tanım

Katlama aralıklarının Aralık sınırını alır veya ayarlar.

public:
 property Nullable<int> RangeLimit { Nullable<int> get(); void set(Nullable<int> value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="rangeLimit")]
public int? RangeLimit { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="rangeLimit")>]
member this.RangeLimit : Nullable<int> with get, set
Public Property RangeLimit As Nullable(Of Integer)

Özellik Değeri

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

Şunlara uygulanır