Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Checks whether the specified key is located in this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Private Function Contains ( _
key As Object _
) As Boolean Implements IDictionary.Contains
bool IDictionary.Contains(
Object key
)
private:
virtual bool Contains(
Object^ key
) sealed = IDictionary::Contains
private abstract Contains :
key:Object -> bool
private override Contains :
key:Object -> bool
JScript does not support explicit interface implementations.
Parameters
key
Type: System.ObjectThe key to search for.
Return Value
Type: System.Boolean
True if the specified key is located in this dictionary; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.