INormalizedTextChangeCollection.IncludesLineChanges Property

Definition

Determines whether any of the ITextChange objects in this list have a nonzero LineCountDelta.

public:
 property bool IncludesLineChanges { bool get(); };
public:
 property bool IncludesLineChanges { bool get(); };
public bool IncludesLineChanges { get; }
member this.IncludesLineChanges : bool
Public ReadOnly Property IncludesLineChanges As Boolean

Property Value

true if at least one ITextChange in this list has a nonzero LineCountDelta, otherwise false.

Applies to