次の方法で共有


BitmapDecoder.GetDecoderInformationEnumerator メソッド

定義

システムにインストールされているビットマップ デコーダーとその情報。

public:
 static IVectorView<BitmapCodecInformation ^> ^ GetDecoderInformationEnumerator();
 static IVectorView<BitmapCodecInformation> GetDecoderInformationEnumerator();
public static IReadOnlyList<BitmapCodecInformation> GetDecoderInformationEnumerator();
function getDecoderInformationEnumerator()
Public Shared Function GetDecoderInformationEnumerator () As IReadOnlyList(Of BitmapCodecInformation)

戻り値

各デコーダーに関する情報を含む BitmapCodecInformation オブジェクトの一覧。

適用対象