IOleParentUndoUnit Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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