IVsChangeTrackingUndoManager::MarkCleanState Method ()
Visual Studio 2015
Tells the Undo Manager that an unmodified state has been reached, for example, following a Save operation.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsChangeTrackingUndoManager::MarkCleanState();
Show: