IOleParentUndoUnit Interface

Definition

Enables undo units to contain child undo units and thus to support complex undo actions. For more information, see IOleParentUndoUnit.

public interface class IOleParentUndoUnit : Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit
public interface class IOleParentUndoUnit : Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit
__interface IOleParentUndoUnit : Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit
[System.Runtime.InteropServices.Guid("A1FAF330-EF97-11CE-9BC9-00AA00608E01")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleParentUndoUnit : Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit
[System.Runtime.InteropServices.Guid("A1FAF330-EF97-11CE-9BC9-00AA00608E01")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleParentUndoUnit : Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit
[<System.Runtime.InteropServices.Guid("A1FAF330-EF97-11CE-9BC9-00AA00608E01")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleParentUndoUnit = interface
    interface IOleUndoUnit
[<System.Runtime.InteropServices.Guid("A1FAF330-EF97-11CE-9BC9-00AA00608E01")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleParentUndoUnit = interface
    interface IOleUndoUnit
Public Interface IOleParentUndoUnit
Implements IOleUndoUnit
Derived
Attributes
Implements

Methods

Add(IOleUndoUnit)
Close(IOleParentUndoUnit, Int32)
Do(IOleUndoManager)
FindUnit(IOleUndoUnit)
GetDescription(String)
GetParentState(UInt32)
GetUnitType(Guid, Int32)
OnNextAdd()
Open(IOleParentUndoUnit)

Applies to