Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the undo units on the undo or redo stack. For more information, see IEnumOleUndoUnits.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("B3E7C340-EF97-11CE-9BC9-00AA00608E01")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumOleUndoUnits
[GuidAttribute("B3E7C340-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface IEnumOleUndoUnits
[GuidAttribute(L"B3E7C340-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface class IEnumOleUndoUnits
[<GuidAttribute("B3E7C340-EF97-11CE-9BC9-00AA00608E01")>]
[<InterfaceTypeAttribute()>]
type IEnumOleUndoUnits = interface end
public interface IEnumOleUndoUnits
The IEnumOleUndoUnits type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Clone | |
![]() |
Next | |
![]() |
Reset | |
![]() |
Skip |
Top