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 with get
function get HasEffectiveChanges () : boolean
Property Value
Type: Boolean
true if the edit has changes in non-read-only regions, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.