CompositionContext::GetExports Method (Type^)

.NET Framework (current version)
 

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

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

public:
IEnumerable<Object^>^ GetExports(
	Type^ exportType
)

Parameters

exportType
Type: System::Type^

The type to match.

Return Value

Type: System.Collections.Generic::IEnumerable<Object^>^

A collection of exported values.

Return to top
Show: