ITextUndoTransaction::CanRedo Property

 

Determines whether it is currently possible to call Do successfully.

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

property bool CanRedo {
	bool get();
}

Property Value

Type: System::Boolean

true if it is currently possible to call Do() successfully, otherwise false.

Return to top
Show: