IStreamStorage<TKey>::Open Method (TKey, StreamAccess)

Visual Studio 2015
 

Opens an existing Stream in storage for reading.

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

Stream^ Open(
	TKey key,
	StreamAccess access
)

Parameters

key
Type: TKey

The key of the existing stream.

access
Type: Microsoft.VisualStudio.Utilities::StreamAccess

Requested access for the stream.

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