OleUndoEngine.UndoUnit.IOleParentUndoUnit.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 ( _
    pManager As IOleUndoManager _
) Implements IOleParentUndoUnit.Do
void IOleParentUndoUnit.Do(
    IOleUndoManager pManager
)
private:
virtual void Do(
    IOleUndoManager^ pManager
) sealed = IOleParentUndoUnit::Do
private abstract Do : 
        pManager:IOleUndoManager -> unit 
private override Do : 
        pManager:IOleUndoManager -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IOleParentUndoUnit.Do(IOleUndoManager)

Remarks

This method calls Do(IOleUndoManager).

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

Microsoft.VisualStudio.Shell.Design Namespace