LateBoundBitmapDecoder.Decoder 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此晚期繫結解碼器相關聯的基礎解碼器。
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。 如果 LateBoundBitmapDecoder 仍在下載點陣圖,則基礎解碼器為 null
。 否則,會在第一次存取時建立基礎解碼器。