IStreamStorage<TKey>.Item[TKey] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Open an existing Stream in storage for reading.
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
Parameters
- key
- TKey
Key to the existing stream.
Property Value
An open stream for reading. It is the responsibility of the caller to dispose the Stream.