IStreamStorage<TKey>::Delete Method (TKey)

Visual Studio 2015
 

Deletes the Stream identified by the given key from storage.

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

bool Delete(
	TKey key
)

Parameters

key
Type: TKey

The key of the stream to delete from storage.

Return Value

Type: System::Boolean

True if the stream was successfully deleted, false otherwise.

Return to top
Show: