Windows apps
Collapse the table of content
Expand the table of content
Information
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.

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

NameDescription
System_CAPS_pubmethodExportInterfaces()

Selects all interfaces on the part type to be exported.

System_CAPS_pubmethodExportInterfaces(Predicate<Type^>^)

Selects interfaces on the part type to be exported according to the specified filter.

System_CAPS_pubmethodExportInterfaces(Predicate<Type^>^, Action<Type^, ExportConventionBuilder^>^)

Selects interfaces on the part type to be exported according to the specified filter, using the specified export configuration.

Return to top
Show:
© 2017 Microsoft