This documentation is archived and is not being maintained.
IStreamStorage<TKey>::Item Property (TKey)
Opens an existing Stream in storage for reading.
Namespace:
Microsoft.VisualStudio.UtilitiesAssembly:
Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
property Stream^ default[
TKey key
] {
Stream^ get(TKey key);
}
Parameters
- key
-
Type:
TKey
The key of the existing stream.
Property Value
Type:
System.IO::Stream^An open stream for reading. It is the responsibility of the caller to dispose the Stream.
Return to top