Determines whether the
PersistentQueriesProvidersCollection contains an element with the specified key.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function ContainsKey( _
ByVal key As Type _
) As Boolean |
| C# | |
|---|
public bool ContainsKey(
Type key
) |
| Managed Extensions for C++ | |
|---|
public: bool ContainsKey(
Type* key
) |
| C++/CLI | |
|---|
public:
bool ContainsKey(
Type^ key
) |
Parameters
- key
- The persistent type to locate in the PersistentQueriesProvidersCollection.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also