다음을 통해 공유


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 개체의 목록입니다.

적용 대상