IOleUndoUnit Interface
Defines an undo unit, a component containing the information necessary to undo or redo a single action. For more information, see IOleUndoUnit.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("894AD3B0-EF97-11CE-9BC9-00AA00608E01")> _
<InterfaceTypeAttribute()> _
Public Interface IOleUndoUnit
[GuidAttribute("894AD3B0-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface IOleUndoUnit
The IOleUndoUnit type exposes the following members.
Methods
Name | Description | |
---|---|---|
Do | ||
GetDescription | ||
GetUnitType | ||
OnNextAdd |
Top