Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.