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::AddPartMetadata Method
.NET Framework (current version)
Adds the specified metadata to the part.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
| Name | Description | |
|---|---|---|
![]() | AddPartMetadata(String^, Func<Type^, Object^>^) | Adds metadata that has the specified name and value to the part. The value is returned by a function that maps the part type to the metadata value. |
![]() | AddPartMetadata(String^, Object^) | Adds metadata that has the specified name and value to the part. |
Show:
