OleUndoEngine.UndoUnit.IOleParentUndoUnit.Add Method
Adds an undo unit to the parent collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
Private Sub Add ( _
pUU As IOleUndoUnit _
) Implements IOleParentUndoUnit.Add
void IOleParentUndoUnit.Add(
IOleUndoUnit pUU
)
Parameters
- pUU
Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit
The IOleUndoUnit to add.
Implements
IOleParentUndoUnit.Add(IOleUndoUnit)
.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.