IVsChangeTrackingUndoManager Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodAdviseTrackingClient(IVsUndoTrackingEvents^)

Advises the Undo Manager that you want to receive notification when the document is clean.

System_CAPS_pubmethodMarkCleanState()

Tells the Undo Manager that an unmodified state has been reached, for example, following a Save operation.

System_CAPS_pubmethodQueryCleanState(Int32)

Determines whether the document is in an unmodified state.

System_CAPS_pubmethodUnadviseTrackingClient()

Advises the Undo Manager that you no longer want to receive notification of when the document is clean.

Return to top
Show: