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

プロパティ値

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

適用対象