INormalizedTextChangeCollection.IncludesLineChanges 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.
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.