IVsUndoTrackingEvents.OnReturnToCleanState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the client that the document has returned to a clean state.
public:
void OnReturnToCleanState();
public:
void OnReturnToCleanState();
void OnReturnToCleanState();
public void OnReturnToCleanState ();
abstract member OnReturnToCleanState : unit -> unit
Public Sub OnReturnToCleanState ()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsUndoTrackingEvents::OnReturnToCleanState();