IOleUndoUnit 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.
Defines an undo unit, a component containing the information necessary to undo or redo a single action. For more information, see IOleUndoUnit.
public interface class IOleUndoUnit
public interface class IOleUndoUnit
__interface IOleUndoUnit
[System.Runtime.InteropServices.Guid("894AD3B0-EF97-11CE-9BC9-00AA00608E01")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleUndoUnit
[System.Runtime.InteropServices.Guid("894AD3B0-EF97-11CE-9BC9-00AA00608E01")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleUndoUnit
[<System.Runtime.InteropServices.Guid("894AD3B0-EF97-11CE-9BC9-00AA00608E01")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleUndoUnit = interface
[<System.Runtime.InteropServices.Guid("894AD3B0-EF97-11CE-9BC9-00AA00608E01")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleUndoUnit = interface
Public Interface IOleUndoUnit
- Derived
- Attributes
Methods
Do(IOleUndoManager) | |
GetDescription(String) | |
GetUnitType(Guid, Int32) | |
OnNextAdd() |