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

Visual Studio 2015
 

Open an existing stream in storage.

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

public:
virtual Stream^ Open(
	TKey key,
	StreamAccess streamAccess
) sealed

Parameters

key
Type: TKey

The key for the stream.

streamAccess
Type: Microsoft.VisualStudio.Utilities::StreamAccess

The desired access for the stream.

Return Value

Type: System.IO::Stream^

The stream for key, or null if it doesn't exist.

Return to top
Show: