IStreamStorage<TKey>::Contains Method (TKey)

Visual Studio 2015
 

Indicates whether storage contains a Stream with the given key.

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

bool Contains(
	TKey key
)

Parameters

key
Type: TKey

The key.

Return Value

Type: System::Boolean

True if the Stream with the given key was found, false otherwise.

Return to top
Show: