Partager via


WebTestContext.Add, méthode (String, Object)

Ajoute un élément avec la clé et la valeur fournies à 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 ( _
    key As String, _
    value As Object _
)
public void Add(
    string key,
    Object value
)
public:
virtual void Add(
    String^ key, 
    Object^ value
) sealed
abstract Add : 
        key:string * 
        value:Object -> unit 
override Add : 
        key:string * 
        value:Object -> unit 
public final function Add(
    key : String, 
    value : Object
)

Paramètres

Implémentations

IDictionary<TKey, TValue>.Add(TKey, TValue)

Exceptions

Exception Condition
ArgumentNullException

key est nullune référence null (Nothing en Visual Basic).

ArgumentException

Un élément avec le même key existe déjà dans la collection.

Sécurité .NET Framework

Voir aussi

Référence

WebTestContext Classe

Add, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms