UndoContext Members
Include Protected Members
Include Inherited Members
Represents, as a single transaction, all operations performed on all participating open documents in Visual Studio. If its SetAborted method is invoked, all changes made since opening the object are discarded.
The UndoContext type exposes the following members.
Methods
Name
Description
Ends an undo operation.
Starts a new undo operation.
Discards all changes to participating open documents since opening the UndoContext object.
Top
Properties
Name
Description
Gets the top-level extensibility object.
Gets whether the UndoContext object operation was terminated by the SetAborted method.
Gets whether an undo operation is currently in effect or if a solution is open.
Gets whether the undo stack linkage is strict.
Gets the immediate parent object of an UndoContext object.
Top