Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Hashtable.ContainsKey(Object).
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Overrides Function ContainsKey ( _
key As Object _
) As Boolean
public override bool ContainsKey(
Object key
)
public:
virtual bool ContainsKey(
Object^ key
) override
abstract ContainsKey :
key:Object -> bool
override ContainsKey :
key:Object -> bool
public override function ContainsKey(
key : Object
) : boolean
Parameters
- key
Type: System.Object
Return Value
Type: System.Boolean
.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.