ITextEdit.HasEffectiveChanges Property

Determines whether the edit has changes in non-read-only regions.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property HasEffectiveChanges As Boolean
bool HasEffectiveChanges { get; }
property bool HasEffectiveChanges {
    bool get ();
}
abstract HasEffectiveChanges : bool
function get HasEffectiveChanges () : boolean

Property Value

Type: System.Boolean
true if the edit has changes in non-read-only regions, otherwise false.

.NET Framework Security

See Also

Reference

ITextEdit Interface

Microsoft.VisualStudio.Text Namespace