HybridResourceManagerRemoveMetaObject Method
Removes a metadata object from the current
HybridResourceManager with the specified
name for the specified
culture.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public virtual void RemoveMetaObject(
string name,
CultureInfo? culture = null
)
Public Overridable Sub RemoveMetaObject (
name As String,
Optional culture As CultureInfo = Nothing
)
public:
virtual void RemoveMetaObject(
String^ name,
CultureInfo^ culture = nullptr
)
abstract RemoveMetaObject :
name : string *
?culture : CultureInfo
(* Defaults:
let _culture = defaultArg culture null
*)
-> unit
override RemoveMetaObject :
name : string *
?culture : CultureInfo
(* Defaults:
let _culture = defaultArg culture null
*)
-> unit
- name String
- The case-sensitive name of the metadata to remove.
- culture CultureInfo (Optional)
- The culture of the metadata to remove.
If this value is , the CultureInfo object is obtained by using the CultureInfo.InvariantCulture property. This parameter is optional.
Default value: .
IExpandoResourceManagerRemoveMetaObject(String, CultureInfo) name is considered as case-sensitive. If name occurs multiple times
in the resource set in case-insensitive manner, they can be removed one by one only.