FileStreamStorage<TKey>::Delete Method (TKey)

Visual Studio 2015
 

Deletes from storage the Stream identified by the given key.

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

public:
virtual bool Delete(
	TKey key
) sealed

Parameters

key
Type: TKey

The key.

Return Value

Type: System::Boolean

True if the deletion was successful, otherwise false.

Return to top
Show: