IEnumOleUndoUnits 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.
Enumerates the undo units on the undo or redo stack. For more information, see IEnumOleUndoUnits.
public interface class IEnumOleUndoUnits
public interface class IEnumOleUndoUnits
__interface IEnumOleUndoUnits
[System.Runtime.InteropServices.Guid("B3E7C340-EF97-11CE-9BC9-00AA00608E01")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumOleUndoUnits
[System.Runtime.InteropServices.Guid("B3E7C340-EF97-11CE-9BC9-00AA00608E01")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumOleUndoUnits
[<System.Runtime.InteropServices.Guid("B3E7C340-EF97-11CE-9BC9-00AA00608E01")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumOleUndoUnits = interface
[<System.Runtime.InteropServices.Guid("B3E7C340-EF97-11CE-9BC9-00AA00608E01")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumOleUndoUnits = interface
Public Interface IEnumOleUndoUnits
- Attributes
Methods
Clone(IEnumOleUndoUnits) | |
Next(UInt32, IOleUndoUnit[], UInt32) | |
Reset() | |
Skip(UInt32) |