FileStreamStorage<TKey>::Contains Method (TKey)
Visual Studio 2015
Determines whether the storage contains a stream with the given key.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- key
-
Type:
TKey
The key.
Return Value
Type: System::BooleanTrue if the storage contains a stream with the key, otherwise false.
Implements
IStreamStorage<TKey>::Contains(TKey)
Show: