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::ExportInterfaces Method
.NET Framework (current version)
Selects which interfaces on the part type will be exported.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
| Name | Description | |
|---|---|---|
![]() | ExportInterfaces() | Selects all interfaces on the part type to be exported. |
![]() | ExportInterfaces(Predicate<Type^>^) | Selects interfaces on the part type to be exported according to the specified filter. |
![]() | ExportInterfaces(Predicate<Type^>^, Action<Type^, ExportConventionBuilder^>^) | Selects interfaces on the part type to be exported according to the specified filter, using the specified export configuration. |
Show:
