Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
pUU
Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoUnitThe 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.