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

‘선언
<GuidAttribute("000C0601-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleComponentManager
‘사용 방법
Dim instance As 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

See Also

Reference

IOleComponentManager Members

Microsoft.VisualStudio.OLE.Interop Namespace