IVsComponentModelHost Interface

 

Exposes information needed for Visual Studio MEF hosting. You can get this interface via the SVsComponentModelHost service.

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

[GuidAttribute("C442A6B0-3F06-4003-912D-9B8CB750C5E7")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsComponentModelHost

NameDescription
System_CAPS_pubmethodGetCatalogCacheFolder(String)

Returns the path of the folder that can be used for storing MEF catalog caches.

System_CAPS_pubmethodGetComponentAssemblies(UInt32, String[], UInt32)

Gets the component assemblies discovered.

System_CAPS_pubmethodQueryLoadComponentAssemblies(UInt32, String[], Boolean[])

Allows the host to filter the assemblies that are included in a catalog.

Return to top
Show: