IOleInPlaceComponentUIManager Methods

 

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

NameDescription
System_CAPS_pubmethodFContinueIdle()

Queries the environment to determine if an in-place active object can continue idle time processing.

System_CAPS_pubmethodFOnUIComponentExitState(UInt32, UInt32, UInt32)

Queries the environment to determine if an in-place VSPackage object remains in a particular state.

System_CAPS_pubmethodFUIComponentInState(UInt32)

Queries the environment to determine if a particular state is still in effect.

System_CAPS_pubmethodOnUIComponentEnterState(UInt32, UInt32, UInt32)

Informs the environment that an in-place VSPackage object has entered a new state.

System_CAPS_pubmethodSetActiveUI(UInt32, Guid, UInt32, array<Int32>^)

Allows a UI active VSPackage object to change the menus, toolbars, or commands that are displayed on its behalf by the environment.

System_CAPS_pubmethodUIActivateForMe(UInt32, Guid, IOleInPlaceActiveObject^, IOleCommandTarget^, UInt32, array<Int32>^)

Requests that the SOleComponentUIManager service participate in the activation or deactivation of an in-place VSPackage object.

System_CAPS_pubmethodUpdateUI(UInt32, Int32, UInt32)

Informs the environment that the state of an in-place VSPackage object's visible user interface has changed.

Return to top
Show: