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::GetExport Method
.NET Framework (current version)
Returns a single export from the composition.
Assembly: System.Composition.Runtime (in System.Composition.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | GetExport(CompositionContract^) | Returns the export that matches the specified contract. |
![]() | GetExport(Type^) | Returns the export that matches the specified type. |
![]() | GetExport(Type^, String^) | Returns the export that matches the specified name and type. |
![]() | GetExport<TExport>() | Returns the export that matches the specified generic type parameter. |
![]() | GetExport<TExport>(String^) | Returns the export that matches the specified generic type parameter and contract name. |
Show:
