ConventionBuilder::ForTypesMatching Method (Predicate<Type^>^)
.NET Framework (current version)
Creates a rule that applies to types that match the specified predicate.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
Parameters
- typeFilter
-
Type:
System::Predicate<Type^>^
The predicate to match.
Return Value
Type: System.Composition.Convention::PartConventionBuilder^An object that represents the rule used to further configure it.
Show: