FoldingRangeSetting.RangeLimit Propriété

Définition

Obtient ou définit la limite de plage pour les plages de pliure.

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)

Valeur de propriété

Nullable<Int32>
Attributs
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

S’applique à