IComponentModel Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.ComponentModelHost
Assembly: Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)
| Name | Description | |
|---|---|---|
![]() | GetCatalog(String^) | Provides access to a MEF catalog by name. |
![]() | GetExtensions<T>() | Gets an enumeration of extensions from the default composition container, that is, objects (of which there can multiple instances) that exist in a given composition container. This is the same as calling GetExportedValues<T> directly. |
![]() | GetService<T>() | Gets a service from the default composition container, i.e. an object of which there can only a single instance exist in a given composition container. This is the same as calling GetExportedValue<T> directly. |
Show:
