IOrderedStreamStorage<TKey>::DeleteAt Method (Int32)

Visual Studio 2015
 

Deleted the Stream from storage at the given index.

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

bool DeleteAt(
	int index
)

Parameters

index
Type: System::Int32

The index of the stream to delete from storage.

Return Value

Type: System::Boolean

True if deleting was successful, false otherwise.

Return to top
Show: