ExportConventionBuilder Class
.NET Framework (current version)
Configures an export that is associated with a part.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
| Name | Description | |
|---|---|---|
![]() | AddMetadata(String^, Func<Type^, Object^>^) | Adds metadata that has the specified name and value to the export. |
![]() | AddMetadata(String^, Object^) | Adds metadata that has the specified name and value to the export. |
![]() | AsContractName(Func<Type^, String^>^) | Specifies the contract name for the export based on the result of the specified function on the export type. |
![]() | AsContractName(String^) | Specifies the contract name for the export. |
![]() | AsContractType(Type^) | Specifies the contract type for the export. |
![]() | AsContractType<T>() | Specifies the contract type for the export as a generic type. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
