IVsChangeTrackingUndoManager::UnadviseTrackingClient Method ()
Visual Studio 2015
Advises the Undo Manager that you no longer want to receive notification of when the document is clean.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsChangeTrackingUndoManager::UnadviseTrackingClient();
UnadviseTrackingClient tells the Undo Manager that undo notification is no longer wanted.
Note |
|---|
This method does not call AddRef or Release on pUndoTrackingEvents. Therefore you must call UnadviseTrackingClient before you release your reference to the undo manager. |
Show:
