ITextUndoTransaction::CanUndo Property

 

Determines whether it is currently possible to call Undo() successfully.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

property bool CanUndo {
	bool get();
}

Property Value

Type: System::Boolean

true if it is currently possible to call Undo successfully, otherwise false.

Return to top
Show: