IOrderedStreamStorage<TKey>::CreateAt Method (Int32, TKey)

Visual Studio 2015
 

Opens a new Stream for writing at the given index, adding it to storage.

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

Stream^ CreateAt(
	int index,
	TKey key
)

Parameters

index
Type: System::Int32

The index of the new stream.

key
Type: TKey

The key of the new stream to be added to storage.

Return Value

Type: System.IO::Stream^

A new Stream for writing. It is the responsibility of the caller to dispose the Stream.

Return to top
Show: