Windows apps
Collapse the table of content
Expand the table of content
Information
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::GetExports Method

.NET Framework (current version)
 

Returns a collection of exports.

Namespace:   System.Composition
Assembly:  System.Composition.Runtime (in System.Composition.Runtime.dll)

NameDescription
System_CAPS_pubmethodGetExports(Type^)

Returns a collection of all exports that match the specified type.

System_CAPS_pubmethodGetExports(Type^, String^)

Returns all exports that match the specified contract name and type.

System_CAPS_pubmethodGetExports<TExport>()

Returns all exports that match the specified generic type parameter.

System_CAPS_pubmethodGetExports<TExport>(String^)

Returns all exports that match the specified generic type parameter and contract name.

Return to top
Show:
© 2017 Microsoft