PartConventionBuilder::ImportProperties Method
Selects the properties on the part to import.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
| Name | Description | |
|---|---|---|
![]() | ImportProperties(Predicate<PropertyInfo^>^) | Selects the properties on the part to import according to the specified predicate. |
![]() | ImportProperties(Predicate<PropertyInfo^>^, Action<PropertyInfo^, ImportConventionBuilder^>^) | Selects the properties on the part to import according the specified predicate, using the specified import configuration. |
![]() | ImportProperties<T>(Predicate<PropertyInfo^>^) | Selects the properties on the part to import according the specified predicate, using the specified contract type. |
![]() | ImportProperties<T>(Predicate<PropertyInfo^>^, Action<PropertyInfo^, ImportConventionBuilder^>^) | Selects the properties on the part to import according the specified predicate, using the specified contract type and import configuration. |
