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.
Removes the specified key from this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Private Sub Remove ( _
key As Object _
) Implements IDictionary.Remove
void IDictionary.Remove(
Object key
)
private:
virtual void Remove(
Object^ key
) sealed = IDictionary::Remove
private abstract Remove :
key:Object -> unit
private override Remove :
key:Object -> unit
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.Object
The key to remove from this dictionary.
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.