ResXResourceWriterAddMetadata(String, String) Method
Adds a metadata node whose value is specified as a string to the list of resources to write.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void AddMetadata(
string name,
string? value
)
Public Sub AddMetadata (
name As String,
value As String
)
public:
void AddMetadata(
String^ name,
String^ value
)
member AddMetadata :
name : string *
value : string -> unit
Parameters
- name String
- The name of a property.
- value String
- A string that is the value of the property to add.