The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PartConventionBuilder::Export Method
.NET Framework (current version)
Exports the part.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
| Name | Description | |
|---|---|---|
![]() | Export() | Exports the part with its concrete type as the contract type. |
![]() | Export(Action<ExportConventionBuilder^>^) | Exports the part that has the specified configuration. |
![]() | Export<T>() | Exports the part that has the specified contract type. |
![]() | Export<T>(Action<ExportConventionBuilder^>^) | Exports the part that has the specified contract type by using the specified configuration. |
Show:
