FileStreamStorage<TKey>::Item Property (TKey)

Visual Studio 2015
 

Open an existing stream in storage for reading.

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

public:
property Stream^ default[
	TKey key
] {
	virtual Stream^ get(TKey key) sealed;
}

Parameters

key
Type: TKey

The key corresponding to the stream.

Property Value

Type: System.IO::Stream^

The stream.

Return to top
Show: