OleUndoEngine::UndoUnit Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::Add(IOleUndoUnit^)

Adds an undo unit to the parent collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::Close(IOleParentUndoUnit^, Int32)

Closes the specified parent undo unit.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::Do(IOleUndoManager^)

Performs the undo operation.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::FindUnit(IOleUndoUnit^)

Searches for the specified unit in the child undo unit hierarchy.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::GetDescription(String^)

Gets the description of the undo unit.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::GetParentState(UInt32)

Gets the state of the top-level parent undo unit.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::GetUnitType(Guid, Int32)

Gets the type of the undo unit.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::OnNextAdd()

Notifies the last undo unit in the collection that a new unit has been added.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleParentUndoUnit::Open(IOleParentUndoUnit^)

Opens an undo unit.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleUndoUnit::Do(IOleUndoManager^)

Performs the undo operation.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleUndoUnit::GetDescription(String^)

Gets the description of the undo unit.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleUndoUnit::GetUnitType(Guid, Int32)

Gets the type of the undo unit.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleUndoUnit::OnNextAdd()

Notifies the last undo unit in the collection that a new unit has been added.

Return to top
Show: