IStreamStorage<TKey>.Item[TKey] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在存储中打开现有流以进行读取。
public:
property System::IO::Stream ^ default[TKey] { System::IO::Stream ^ get(TKey key); };
public System.IO.Stream this[TKey key] { get; }
member this.Item('Key) : System.IO.Stream
Default Public ReadOnly Property Item(key As TKey) As Stream
参数
- key
- TKey
现有流的键。
属性值
要读取的打开流。 调用方负责释放流。