ResXResourceSetSetMetaObject Method
Adds or replaces a metadata object in the current
ResXResourceSet with the specified
name.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void SetMetaObject(
string name,
Object? value
)
Public Sub SetMetaObject (
name As String,
value As Object
)
public:
virtual void SetMetaObject(
String^ name,
Object^ value
) sealed
abstract SetMetaObject :
name : string *
value : Object -> unit
override SetMetaObject :
name : string *
value : Object -> unit
- name String
- Name of the metadata value to set.
- value Object
- The metadata value to set. If , the value will be removed.
IExpandoResourceSetSetMetaObject(String, Object)