LateBoundBitmapDecoder.Decoder プロパティ

定義

この遅延バインド デコーダーに関連付けられている基になるデコーダーを取得します。

public:
 property System::Windows::Media::Imaging::BitmapDecoder ^ Decoder { System::Windows::Media::Imaging::BitmapDecoder ^ get(); };
public System.Windows.Media.Imaging.BitmapDecoder Decoder { get; }
member this.Decoder : System.Windows.Media.Imaging.BitmapDecoder
Public ReadOnly Property Decoder As BitmapDecoder

プロパティ値

BitmapDecoder

基になる BitmapDecoderLateBoundBitmapDecoder がまだビットマップをダウンロードしている場合は、基になるデコーダーは null になります。 それ以外の場合は、最初のアクセス時に基になるデコーダーが作成されます。

適用対象