This document is archived and information here might be outdated. Recommended version. |
Undoes a specified operation.
[Visual Basic .NET] Public ReadOnly Property UndoOperation As IOperation
[C#] public IOperation UndoOperation {get;}
[C++]
HRESULT get_UndoOperation(
IOperation** operation
);
[C++] Parameters operation [out, retval]
operation is a parameter of type IOperation**
Returns the 'current' operation on the OperationStack, without executing an undo.