WebTestContext.Add, méthode (KeyValuePair<String, Object>)
Ajoute un objet KeyValuePair<TKey, TValue> à WebTestContext.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
keyValuePair As KeyValuePair(Of String, Object) _
)
public void Add(
KeyValuePair<string, Object> keyValuePair
)
public:
virtual void Add(
KeyValuePair<String^, Object^> keyValuePair
) sealed
abstract Add :
keyValuePair:KeyValuePair<string, Object> -> unit
override Add :
keyValuePair:KeyValuePair<string, Object> -> unit
public final function Add(
keyValuePair : KeyValuePair<String, Object>
)
Paramètres
- keyValuePair
Type : System.Collections.Generic.KeyValuePair<String, Object>
Objet à ajouter.
Implémentations
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | la clé de keyValuePair est nullune référence null (Nothing en Visual Basic). |
ArgumentException | Un élément avec la même clé existe déjà dans la collection. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.