[]
        
(Showing Draft Content)

C1.Util.DX.WIC.MetadataQueryReader.GetMetadataByName

GetMetadataByName Method

GetMetadataByName(string)

Gets the metadata value by name.

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

The name.

Returns
Type Description
object

Value of the metadata

GetMetadataByName(string, IntPtr)

HRESULT IWICMetadataQueryReader::GetMetadataByName([In] const wchar_t* wzName,[In] void* pvarValue)

Declaration
public HResult GetMetadataByName(string name, IntPtr varValueRef)
Parameters
Type Name Description
string name
IntPtr varValueRef
Returns
Type Description
HResult