The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CompositionContext::GetExports Method
.NET Framework (current version)
Returns a collection of exports.
Assembly: System.Composition.Runtime (in System.Composition.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | GetExports(Type^) | Returns a collection of all exports that match the specified type. |
![]() | GetExports(Type^, String^) | Returns all exports that match the specified contract name and type. |
![]() | GetExports<TExport>() | Returns all exports that match the specified generic type parameter. |
![]() | GetExports<TExport>(String^) | Returns all exports that match the specified generic type parameter and contract name. |
Show:
