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)

property bool HasEffectiveChanges {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: