OleUndoEngine.UndoUnit.IOleUndoUnit.Do Method
Performs the undo operation.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Sub Do ( _
manager As IOleUndoManager _
) Implements IOleUndoUnit.Do
void IOleUndoUnit.Do(
IOleUndoManager manager
)
private:
virtual void Do(
IOleUndoManager^ manager
) sealed = IOleUndoUnit::Do
private abstract Do :
manager:IOleUndoManager -> unit
private override Do :
manager:IOleUndoManager -> unit
JScript does not support explicit interface implementations.
Parameters
manager
Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoManagerThe IOleUndoManager.
Implements
IOleUndoUnit.Do(IOleUndoManager)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.