ExportProvider::GetExport<T> Method ()
.NET Framework (current version)
Returns the export with the contract name derived from the specified type parameter. If there is not exactly one matching export, an exception is thrown.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Exception | Condition |
|---|---|
| ImportCardinalityMismatchException | There are zero Lazy<T> objects with the contract name derived from T in the CompositionContainer object. -or- There is more than one Lazy<T> object with the contract name derived from T in the CompositionContainer object. |
| ObjectDisposedException | The CompositionContainer object has been disposed of. |
The contract name is the result of calling the GetContractName method on T.
The contract name is compared by using the Ordinal property to perform a case-sensitive, non-linguistic comparison.
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: