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 | |
---|---|---|
AdviseTrackingClient | Advises the Undo Manager that you want to receive notification when the document is clean. | |
MarkCleanState | Tells the Undo Manager that an unmodified state has been reached, for example, following a Save operation. | |
QueryCleanState | Determines whether the document is in an unmodified state. | |
UnadviseTrackingClient | Advises the Undo Manager that you no longer want to receive notification of when the document is clean. |
Top