ExportFactory<T>::CreateExport Method ()

.NET Framework (current version)
 

Creates an instance of the factory's export type.

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

public:
ExportLifetimeContext<T>^ CreateExport()

Return Value

Type: System.ComponentModel.Composition::ExportLifetimeContext<T>^

A valid instance of the factory's exported type.

.NET Framework
Available since 4.5
Silverlight
Available since 4.0
Return to top
Show: