Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
pManager
Type: Microsoft.VisualStudio.OLE.Interop.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.