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