[]
Try to get the metadata value by name.
public HResult TryGetMetadataByName(string name, out object value)
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| object | value | The metadata value, or null if the metadata was not found or an error occurred |
| Type | Description |
|---|---|
| HResult | The WIC error code |
Try to get the metadata value by name.
public object TryGetMetadataByName(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| Type | Description |
|---|---|
| object | the metadata value, or null if the metadata was not found |