ExportProvider.GetExports Method (ImportDefinition)
Gets all exports that match the conditions of the specified import definition.
Namespace: System.ComponentModel.Composition.Hosting
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Parameters
- definition
- Type: System.ComponentModel.Composition.Primitives.ImportDefinition
The object that defines the conditions of the Export objects to get.
Return Value
Type: System.Collections.Generic.IEnumerable<Export>A collection of all the Export objects matching the condition specified by definition.
| Exception | Condition |
|---|---|
| ImportCardinalityMismatchException | Cardinality is ExactlyOne and there are zero Export objects that match the conditions of the specified ImportDefinition. -or- Cardinality is ZeroOrOne or ExactlyOne and there is more than one Export object that matches the conditions of the specified ImportDefinition. |
| ArgumentNullException | definition is null. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.