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<TExport> Method (String^)
.NET Framework (current version)
Returns the export that matches the specified generic type parameter and contract name.
Assembly: System.Composition.Runtime (in System.Composition.Runtime.dll)
Parameters
- contractName
-
Type:
System::String^
The name to match.
Return Value
Type: TExportThe exported value.
Type Parameters
- TExport
The type to match.
Show: