IOrderedStreamStorage<TKey>::Item Property (Int32)

Visual Studio 2015
 

Opens an existing Stream in storage for reading at the given index.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

property Stream^ default[
	int index
] {
	Stream^ get(int index);
}

Parameters

index
Type: System::Int32

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
Show: