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 忽略 该值。
CacheOption如果要在创建 后BitmapImage关闭流,请将 属性BitmapCacheOption.OnLoad设置为 。 默认 OnDemand 缓存选项会保留对流的访问,直到需要位图,并由垃圾回收器处理清理。
依赖项属性信息
标识符字段 | StreamSourceProperty |
元数据属性设置为 true |
无 |