Try to get the metadata value by name.
シンタックス
'宣言
Public Overloads Function TryGetMetadataByName( _
ByVal As System.String, _
ByRef As System.Object _
) As HResult
public HResult TryGetMetadataByName(
System.string ,
out System.object
)
パラメータ
- name
- The name.
- value
- The metadata value, or null if the metadata was not found or an error occurred
戻り値の型
The WIC error code
参照