IExpandoResourceSetGetMetaObject Method
Searches for a metadata object with the specified name.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
Object? GetMetaObject(
string name,
bool ignoreCase = false
)
Function GetMetaObject (
name As String,
Optional ignoreCase As Boolean = false
) As Object
Object^ GetMetaObject(
String^ name,
bool ignoreCase = false
)
abstract GetMetaObject :
name : string *
?ignoreCase : bool
(* Defaults:
let _ignoreCase = defaultArg ignoreCase false
*)
-> Object
- name String
- Name of the metadata to search for.
- ignoreCase Boolean (Optional)
- Indicates whether the case of the specified name should be ignored. This parameter is optional
Default value:
Object
The requested metadata, or when
SafeMode is
, a
ResXDataNode instance
from which the metadata can be obtained. If the requested
name cannot be found,
is returned.