IVsCompoundActionEvents::OnAbortAction Method ()

 

Fired when a compound action is aborted.

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

void OnAbortAction()

From textmgr.idl:

HRESULT IVsCompoundActionEvents::OnAbortAction();

Allows clients to discard their cache when a compound action is aborted.

Return to top
Show: