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

'Declaration
<GuidAttribute("894AD3B0-EF97-11CE-9BC9-00AA00608E01")> _
<InterfaceTypeAttribute()> _
Public Interface IOleUndoUnit
[GuidAttribute("894AD3B0-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface IOleUndoUnit
[GuidAttribute(L"894AD3B0-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface class IOleUndoUnit
[<GuidAttribute("894AD3B0-EF97-11CE-9BC9-00AA00608E01")>]
[<InterfaceTypeAttribute()>]
type IOleUndoUnit =  interface end
public interface IOleUndoUnit

The IOleUndoUnit type exposes the following members.

Methods

  Name Description
Public method Do
Public method GetDescription
Public method GetUnitType
Public method OnNextAdd

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace