FoldingRangeSetting.RangeLimit 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 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