IVsChangeTrackingUndoManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseTrackingClient(IVsUndoTrackingEvents^) | 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(Int32) | 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. |
Show:
