BitmapImage.StreamSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
。
備註
如果 StreamSource 和 UriSource 都已設定,則會 StreamSource 忽略此值。
如果您想要在 建立 之後 BitmapImage 關閉資料流程,請將 CacheOption 屬性設定為 BitmapCacheOption.OnLoad 。 預設快 OnDemand 取選項會保留資料流程的存取權,直到需要點陣圖,而且垃圾收集行程會處理清除。
相依性屬性資訊
識別碼欄位 | StreamSourceProperty |
中繼資料屬性設定為 true |
無 |