PartConventionBuilder::ExportInterfaces Method (Predicate<Type^>^)
.NET Framework (current version)
Selects interfaces on the part type to be exported according to the specified filter.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
Parameters
- interfaceFilter
-
Type:
System::Predicate<Type^>^
A predicate that specifies interfaces to be selected.
Return Value
Type: System.Composition.Convention::PartConventionBuilder^A part builder that provides further configuration of the part.
Show: