Freigeben über


LoadTestUserContext.Add-Methode (KeyValuePair<String, Object>)

Fügt dem LoadTestUserContext ein KeyValuePair<TKey, TValue>-Element hinzu.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public Sub Add ( _
    item As KeyValuePair(Of String, Object) _
)
public void Add(
    KeyValuePair<string, Object> item
)
public:
virtual void Add(
    KeyValuePair<String^, Object^> item
) sealed
abstract Add : 
        item:KeyValuePair<string, Object> -> unit 
override Add : 
        item:KeyValuePair<string, Object> -> unit 
public final function Add(
    item : KeyValuePair<String, Object>
)

Parameter

Implementiert

ICollection<T>.Add(T)

Ausnahmen

Ausnahme Bedingung
NotSupportedException

LoadTestUserContext ist schreibgeschützt.

.NET Framework-Sicherheit

Siehe auch

Referenz

LoadTestUserContext Klasse

Add-Überladung

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace