CompositionContext::GetExport Method (Type^)

.NET Framework (current version)
 

Returns the export that matches the specified type.

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

public:
Object^ GetExport(
	Type^ exportType
)

Parameters

exportType
Type: System::Type^

The type to match.

Return Value

Type: System::Object^

The exported value.

Return to top
Show: