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

'Declaration
Private Sub Add ( _
    pUU As IOleUndoUnit _
) Implements IOleParentUndoUnit.Add
void IOleParentUndoUnit.Add(
    IOleUndoUnit pUU
)
private:
virtual void Add(
    IOleUndoUnit^ pUU
) sealed = IOleParentUndoUnit::Add
private abstract Add : 
        pUU:IOleUndoUnit -> unit 
private override Add : 
        pUU:IOleUndoUnit -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IOleParentUndoUnit.Add(IOleUndoUnit)

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

Microsoft.VisualStudio.Shell.Design Namespace