AssemblyCatalog::GetExports Method (ImportDefinition^)
.NET Framework (current version)
Gets a collection of exports that match the conditions specified by the import definition.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: virtual IEnumerable<Tuple<ComposablePartDefinition^, ExportDefinition^>^>^ GetExports( ImportDefinition^ definition ) override
Parameters
- definition
-
Type:
System.ComponentModel.Composition.Primitives::ImportDefinition^
Conditions that specify which exports to match.
Return Value
Type: System.Collections.Generic::IEnumerable<Tuple<ComposablePartDefinition^, ExportDefinition^>^>^A collection of exports that match the conditions specified by definition.
.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: