CommonMessagePump Methods

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodModalWaitForHandles(WaitHandle^)

Blocks the current thread by pumping messages until either a timeout or the specified handle has been signaled.

System_CAPS_pubmethodModalWaitForHandles(array<WaitHandle^>^, Int32)

Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.

System_CAPS_pubmethodModalWaitForHandles(array<WaitHandle^>^, IVsCommonMessagePumpClientEvents^)

Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::FContinueMessageLoop(UInt32, IntPtr, array<MSG>^)

Called during each iteration of a message loop.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::FDoIdle(UInt32)

Gives the component a chance to do idle time tasks.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::FPreTranslateMessage(array<MSG>^)

Processes the message before it is translated and dispatched.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::FQueryTerminate(Int32)

Called when the component manager wishes to know if the component is in a state in which it can terminate.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::FReserved1(UInt32, UInt32, IntPtr, IntPtr)

Reserved.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::HwndGetWindow(UInt32, UInt32)

Retrieves a window associated with the component.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::OnActivationChange(IOleComponent^, Int32, array<OLECRINFO>^, Int32, array<OLECHOSTINFO>^, UInt32)

Notifies the component when a new object is being activated.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::OnAppActivate(Int32, UInt32)

Notifies the component when the host application gains or loses activation.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::OnEnterState(UInt32, Int32)

Notifies the component when the application enters or exits the specified state.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::OnLoseActivation()

Notifies the active component that it has lost its active status because the host or another component has become active.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleComponent::Terminate()

Terminates the message loop.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::EnableRealProgress(Boolean)

Determines the kind of progress to be displayed

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::ModalWaitForObjects(array<IntPtr>^, UInt32, UInt32)

Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::ModalWaitForObjectsWithClient(array<IntPtr>^, UInt32, IVsCommonMessagePumpClientEvents^)

Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::SetAllowCancel(Boolean)

Determines whether the wait dialog has an enabled cancel button.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::SetProgressInfo(Int32, Int32, String^)

Sets progress information for the message.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::SetStatusBarText(String^)

Sets the text of the status bar during the wait.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::SetTimeout(UInt32)

Sets the timeout value for the modal wait.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::SetWaitText(String^)

Sets the wait dialog text.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsCommonMessagePump::SetWaitTitle(String^)

Sets the title of the wait dialog with the specified title.

Return to top
Show: