IVsCommonMessagePumpClientEvents Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubmethodOnAfterMessageProcessed(Boolean)

Called after every window message is processed by the Visual Studio common message pump implementation.

System_CAPS_pubmethodOnHandleSignaled(UInt32, Boolean)

The event is raised when a handle is signaled. Client implementations should decide if the wait can continue based on which handle(s) have been signaled so far.

System_CAPS_pubmethodOnTimeout(Boolean)

Raised when a time-out elapses.

Return to top
Show: