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.ComponentModel.Composition (in System.ComponentModel.Composition.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.
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: