ExportConventionBuilder::AsContractType<T> Method ()

.NET Framework (current version)
 

Specifies the contract type for the export as a generic type.

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

public:
generic<typename T>
ExportConventionBuilder^ AsContractType()

Return Value

Type: System.Composition.Convention::ExportConventionBuilder^

An export builder that provides further configuration.

Type Parameters

T

The type.

Return to top
Show: