OleUndoEngine Members
Include Protected Members
Include Inherited Members
Provides a default implementation of undo management for designers.
The OleUndoEngine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OleUndoEngine | Initializes a new instance of OleUndoEngine. |
Top
Methods
Name | Description | |
---|---|---|
AddUndoUnit | Adds the undo unit to the undo unit manager. (Overrides UndoEngine.AddUndoUnit(UndoEngine.UndoUnit).) | |
CreateUndoUnit | Creates a new undo unit. (Overrides UndoEngine.CreateUndoUnit(String, Boolean).) | |
DiscardUndoUnit | Closes this unit if it is a parent undo unit. (Overrides UndoEngine.DiscardUndoUnit(UndoEngine.UndoUnit).) | |
Dispose | Releases all resources used by the UndoEngine. (Inherited from UndoEngine.) | |
Dispose(Boolean) | Disposes the resources of this object. (Overrides UndoEngine.Dispose(Boolean).) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRequiredService | Gets the requested service. (Inherited from UndoEngine.) | |
GetService | Gets the requested service. (Inherited from UndoEngine.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnUndoing | Raises the Undoing event. (Inherited from UndoEngine.) | |
OnUndone | Raises the Undone event. (Inherited from UndoEngine.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Enabled | Enables or disables the UndoEngine. (Inherited from UndoEngine.) | |
UndoInProgress | Indicates if an undo action is in progress. (Inherited from UndoEngine.) |
Top
Events
Name | Description | |
---|---|---|
Undoing | Occurs immediately before an undo action is performed. (Inherited from UndoEngine.) | |
Undone | Occurs immediately after an undo action is performed. (Inherited from UndoEngine.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo | Indicates that the undo manager is blocking another undo manager from executing a linked action. |
Top