[]
        
(Showing Draft Content)

C1.Util.DX.WIC.MetadataQueryReader.TryGetMetadataByName

TryGetMetadataByName Method

TryGetMetadataByName(string, out object)

Try to get the metadata value by name.

Declaration
public HResult TryGetMetadataByName(string name, out object value)
Parameters
Type Name Description
string name

The name.

object value

The metadata value, or null if the metadata was not found or an error occurred

Returns
Type Description
HResult

The WIC error code

TryGetMetadataByName(string)

Try to get the metadata value by name.

Declaration
public object TryGetMetadataByName(string name)
Parameters
Type Name Description
string name

The name.

Returns
Type Description
object

the metadata value, or null if the metadata was not found