UndoUnit.Do Method

Performs undo/redo based on the internal state of this undo unit. Also, undo unit is responsible for adding itself to the *opposite* stack.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

'Declaration
Public Sub Do ( _
    undoManager As IOleUndoManager _
)
public void Do(
    IOleUndoManager undoManager
)
public:
virtual void Do(
    IOleUndoManager^ undoManager
) sealed
abstract Do : 
        undoManager:IOleUndoManager -> unit  
override Do : 
        undoManager:IOleUndoManager -> unit
public final function Do(
    undoManager : IOleUndoManager
)

Parameters

Implements

IOleUndoUnit.Do(IOleUndoManager)

.NET Framework Security

See Also

Reference

UndoUnit Class

Microsoft.VisualStudio.Modeling.Shell Namespace