BasicUndoUnit.Do Method
Performs the undo action.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub Do ( _
pUndoManager As IOleUndoManager _
)
'Usage
Dim instance As BasicUndoUnit
Dim pUndoManager As IOleUndoManager
instance.Do(pUndoManager)
public void Do(
IOleUndoManager pUndoManager
)
public:
virtual void Do(
IOleUndoManager^ pUndoManager
) sealed
public final function Do(
pUndoManager : IOleUndoManager
)
abstract Do :
pUndoManager:IOleUndoManager -> unit
override Do :
pUndoManager:IOleUndoManager -> unit
Parameters
- pUndoManager
Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoManager
The undo manager
Implements
IOleUndoUnit.Do(IOleUndoManager)
Remarks
If pUndoManager is not null, it is put back on the undo stack for the opposite action.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace