TextDocumentContentChangeEvent.RangeLength 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 length of the range that got replaced.
public:
property int RangeLength { int get(); void set(int value); };
public:
property Nullable<int> RangeLength { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(Name="rangeLength")]
public int RangeLength { get; set; }
[System.Runtime.Serialization.DataMember(Name="rangeLength")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public int? RangeLength { get; set; }
[<System.Runtime.Serialization.DataMember(Name="rangeLength")>]
member this.RangeLength : int with get, set
[<System.Runtime.Serialization.DataMember(Name="rangeLength")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.RangeLength : Nullable<int> with get, set
Public Property RangeLength As Integer
Public Property RangeLength As Nullable(Of Integer)
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute