IExpandoResourceSetGetMetaObject Method

Searches for a metadata object with the specified name.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
Object? GetMetaObject(
	string name,
	bool ignoreCase = false
)

Parameters

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:

Return 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.

Exceptions

See Also