IVsChangeTrackingUndoManager Members
Include Protected Members
Include Inherited Members
Provides undo management for an editor that supports multiple views.
The IVsChangeTrackingUndoManager type exposes the following members.
Methods
Name
Description
Advises the Undo Manager that you want to receive notification when the document is clean.
Tells the Undo Manager that an unmodified state has been reached, for example, following a Save operation.
Determines whether the document is in an unmodified state.
Advises the Undo Manager that you no longer want to receive notification of when the document is clean.
Top