TryGetMetadataByName(String,Object) Method
In This Topic
Try to get the metadata value by name.
Syntax
'Declaration
Public Overloads Function TryGetMetadataByName( _
ByVal As System.String, _
ByRef As System.Object _
) As HResult
public HResult TryGetMetadataByName(
System.string ,
out System.object
)
Parameters
- name
- The name.
- value
- The metadata value, or null if the metadata was not found or an error occurred
Return Value
The WIC error code
See Also