FoldingRangeSetting.RangeLimit Property

Definition

Gets or sets the range limit for folding ranges.

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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to