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
。 否则,将在首次访问时创建基础解码器。