CompositionHost::TryGetExport Method
Assembly: System.Composition.Hosting (in System.Composition.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() | TryGetExport(CompositionContract^, Object^) | Retrieves the specified export from the composition context.(Overrides CompositionContext::TryGetExport(CompositionContract^, Object^).) |
![]() | TryGetExport(Type^, Object^) | Returns the export that matches the specified type, or returns null if no match is found.(Inherited from CompositionContext.) |
![]() | TryGetExport(Type^, String^, Object^) | Returns the export that matches the specified contract name and type, or returns null if no match is found.(Inherited from CompositionContext.) |
![]() | TryGetExport<TExport>(TExport) | Returns the export that matches the specified generic type parameter, or returns null if no match is found.(Inherited from CompositionContext.) |
![]() | TryGetExport<TExport>(String^, TExport) | Returns the export that matches the specified generic type parameter and contract name, or returns null if no match is found.(Inherited from CompositionContext.) |
