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このプロパティが返す値は固定されています。