ResXResourceSetRemoveMetaObject Method
Removes a metadata object from the current
ResXResourceSet with the specified
name.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void RemoveMetaObject(
string name
)
Public Sub RemoveMetaObject (
name As String
)
public:
virtual void RemoveMetaObject(
String^ name
) sealed
abstract RemoveMetaObject :
name : string -> unit
override RemoveMetaObject :
name : string -> unit
- name String
- Name of the metadata value to remove. Name is treated case sensitive.
IExpandoResourceSetRemoveMetaObject(String)