[]
Gets the metadata value by name.
public object GetMetadataByName(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| Type | Description |
|---|---|
| object | Value of the metadata |
HRESULT IWICMetadataQueryReader::GetMetadataByName([In] const wchar_t* wzName,[In] void* pvarValue)
public HResult GetMetadataByName(string name, IntPtr varValueRef)
| Type | Name | Description |
|---|---|---|
| string | name | |
| IntPtr | varValueRef |
| Type | Description |
|---|---|
| HResult |