Bitmap for UWP
TryGetMetadataByName(String,Object) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.WIC 名前空間 > MetadataQueryReader クラス > TryGetMetadataByName メソッド : TryGetMetadataByName(String,Object) メソッド
The name.
The metadata value, or null if the metadata was not found or an error occurred
Try to get the metadata value by name.
シンタックス
'宣言
 
Public Overloads Function TryGetMetadataByName( _
   ByVal name As System.String, _
   ByRef value As System.Object _
) As HResult
public HResult TryGetMetadataByName( 
   System.string name,
   out System.object value
)

パラメータ

name
The name.
value
The metadata value, or null if the metadata was not found or an error occurred

戻り値の型

The WIC error code
参照

MetadataQueryReader クラス
MetadataQueryReader メンバ
オーバーロード一覧