BitmapImage.StreamSource プロパティ

定義

BitmapImage のストリーム ソースを取得または設定します。

public:
 property System::IO::Stream ^ StreamSource { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream StreamSource { get; set; }
member this.StreamSource : System.IO.Stream with get, set
Public Property StreamSource As Stream

プロパティ値

BitmapImage のストリーム ソース。 既定値は、null です。

注釈

UriSource が両方とも設定されている場合StreamSourceStreamSource値は無視されます。

の作成後にCacheOptionストリームを閉じる場合は、 プロパティを BitmapImageBitmapCacheOption.OnLoad設定します。 既定 OnDemand のキャッシュ オプションは、ビットマップが必要になるまでストリームへのアクセスを保持し、クリーンアップはガベージ コレクターによって処理されます。

依存プロパティ情報

識別子フィールド StreamSourceProperty
に設定されたメタデータ プロパティ true なし

適用対象

こちらもご覧ください