다음을 통해 공유


IVsComponentModelHost Interface

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C442A6B0-3F06-4003-912D-9B8CB750C5E7")> _
Public Interface IVsComponentModelHost
‘사용 방법
Dim instance As IVsComponentModelHost
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C442A6B0-3F06-4003-912D-9B8CB750C5E7")]
public interface IVsComponentModelHost
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C442A6B0-3F06-4003-912D-9B8CB750C5E7")]
public interface class IVsComponentModelHost
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C442A6B0-3F06-4003-912D-9B8CB750C5E7")>]
type IVsComponentModelHost =  interface end
public interface IVsComponentModelHost

See Also

Reference

IVsComponentModelHost Members

Microsoft.VisualStudio.Shell.Interop Namespace