Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
This member overrides Hashtable.Contains(Object).
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaración
Public Overrides Function Contains ( _
key As Object _
) As Boolean
public override bool Contains(
Object key
)
public:
virtual bool Contains(
Object^ key
) override
abstract Contains :
key:Object -> bool
override Contains :
key:Object -> bool
public override function Contains(
key : Object
) : boolean
Parameters
- key
Type: System.Object
Return Value
Type: System.Boolean
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.