PartConventionBuilder::Export<T> Method ()

.NET Framework (current version)
 

Exports the part that has the specified contract type.

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

public:
generic<typename T>
PartConventionBuilder^ Export()

Return Value

Type: System.Composition.Convention::PartConventionBuilder^

A part builder that provides further configuration of the part.

Type Parameters

T

The contract type.

Return to top
Show: