IOleComponentManager Interface
Defines a component manager, a component that coordinates other components with its message loop for message processing and allocation of idle time. You can get an instance of the interface from the SOleComponentManager (SID_SOleComponentManager) service.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("000C0601-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleComponentManager
[GuidAttribute("000C0601-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleComponentManager
The IOleComponentManager type exposes the following members.
Methods
Top