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
'宣言
Private Sub Do ( _
manager As IOleUndoManager _
) Implements IOleUndoUnit.Do
void IOleUndoUnit.Do(
IOleUndoManager manager
)
Parameters
- manager
Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoManager
The 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.