IEnumOleUndoUnits Interface
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
'Declaración
<GuidAttribute("B3E7C340-EF97-11CE-9BC9-00AA00608E01")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumOleUndoUnits
[GuidAttribute("B3E7C340-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface IEnumOleUndoUnits
The IEnumOleUndoUnits type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
Next | ||
Reset | ||
Skip |
Top