PartMetadataAttribute Constructor (String^, Object^)
.NET Framework (current version)
Initializes a new instance of the PartMetadataAttribute class with the specified name and metadata value.
Assembly: System.Composition.AttributedModel (in System.Composition.AttributedModel.dll)
Parameters
- name
-
Type:
System::String^
A string that contains the name of the metadata value or null to use an empty string ("").
- value
-
Type:
System::Object^
An object that contains the metadata value. This can be null.
Show: