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
'Declaration
<GuidAttribute("000C0601-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleComponentManager
[GuidAttribute("000C0601-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleComponentManager
[GuidAttribute(L"000C0601-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IOleComponentManager
[<GuidAttribute("000C0601-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IOleComponentManager = interface end
public interface IOleComponentManager
The IOleComponentManager type exposes the following members.
Methods
Top