IOleInPlaceComponent Members
Include Protected Members
Include Inherited Members
Allows in-place VSPackage objects to operate as a fully integrated component of the environment by using the SOleComponentUIManager service.
The IOleInPlaceComponent type exposes the following members.
Methods
Name
Description
Queries an in-place VSPackage about its need to perform idle time tasks.
Queries an in-place VSPackage object to determine whether or not the object can terminate.
Allows an in-place VSPackage object assuming the role of main component to override the context menu requested by an object assuming the subcomponent or component control role.
Allows an in-place VSPackage object assuming the main component role to override the help topic requested by an object assuming the subcomponent or component control role.
Allows an in-place VSPackage object assuming the main component role to override a message belonging to an object assuming the subcomponent or component control role.
Informs an in-place VSPackage object that the environment has entered or left a state.
Informs an in-place VSPackage object of important window activation events.
Requests that an in-place VSPackage object translate a command accelerator.
Informs an in-place object of its role in the environment, providing pointers to the IOleComponentUIManager and IOleInPlaceComponentSite interfaces.
Top