IVsUndoTrackingEvents.OnReturnToCleanState Method
Informs the client that the document has returned to a clean state.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Sub OnReturnToCleanState
void OnReturnToCleanState()
void OnReturnToCleanState()
abstract OnReturnToCleanState : unit -> unit
function OnReturnToCleanState()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsUndoTrackingEvents::OnReturnToCleanState();
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.