IVsComponentModelHost Interface
Exposes information needed for Visual Studio MEF hosting.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
<GuidAttribute("C442A6B0-3F06-4003-912D-9B8CB750C5E7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsComponentModelHost
'Uso
Dim instance As IVsComponentModelHost
[GuidAttribute("C442A6B0-3F06-4003-912D-9B8CB750C5E7")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsComponentModelHost
[GuidAttribute(L"C442A6B0-3F06-4003-912D-9B8CB750C5E7")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsComponentModelHost
[<GuidAttribute("C442A6B0-3F06-4003-912D-9B8CB750C5E7")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsComponentModelHost = interface end
public interface IVsComponentModelHost