LateBoundBitmapDecoder.Preview 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果有定義預覽,取得代表這個點陣圖全域預覽的 BitmapSource。
public:
virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); };
public override System.Windows.Media.Imaging.BitmapSource Preview { [System.Security.SecurityCritical] get; }
public override System.Windows.Media.Imaging.BitmapSource Preview { get; }
[<get: System.Security.SecurityCritical>]
member this.Preview : System.Windows.Media.Imaging.BitmapSource
member this.Preview : System.Windows.Media.Imaging.BitmapSource
Public Overrides ReadOnly Property Preview As BitmapSource
屬性值
代表點陣圖全域預覽的 BitmapSource。 如果未定義任何預覽,或 LateBoundBitmapDecoder 仍在下載內容,則這個屬性會傳回 null
。 此屬性沒有預設值。
- 屬性
備註
這個 BitmapSource 屬性傳回的 已凍結。