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