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