ResXResourceWriter::AddMetadata Method (String^, String^)
.NET Framework (current version)
Adds a design-time property whose value is specified as a string to the list of resources to write.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- name
-
Type:
System::String^
The name of a property.
- value
-
Type:
System::String^
A string that is the value of the property to add.
| Exception | Condition |
|---|---|
| InvalidOperationException | The resource specified by the name property has already been added. |
.NET Framework
Available since 2.0
Available since 2.0
Show: