ITextEdit::HasFailedChanges Property

 

Determines whether any changes failed to be added to this edit due to read-only regions.

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

property bool HasFailedChanges {
	bool get();
}

Property Value

Type: System::Boolean

true if any changes failed to be added to this edit due to read-only regions, otherwise false.

Return to top
Show: