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
'宣言
Private Sub Do ( _
pManager As IOleUndoManager _
) Implements IOleParentUndoUnit.Do
void IOleParentUndoUnit.Do(
IOleUndoManager pManager
)
Parameters
- pManager
Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoManager
IOleUndoManager .
Implements
IOleParentUndoUnit.Do(IOleUndoManager)
Remarks
This method calls Do.
.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.