FileStreamStorage<TKey>::Contains Method (TKey)

Visual Studio 2015
 

Determines whether the storage contains a stream with the given key.

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

public:
virtual bool Contains(
	TKey key
) sealed

Parameters

key
Type: TKey

The key.

Return Value

Type: System::Boolean

True if the storage contains a stream with the key, otherwise false.

Return to top
Show: