Metoda LoadTestContext.Add — (KeyValuePair<String, Object>)
Adds a KeyValuePair<TKey, TValue> item to the LoadTestContext.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.LoadTesting
Zestaw: Microsoft.VisualStudio.QualityTools.LoadTestFramework (w Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Składnia
'Deklaracja
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>
)
Parametry
- item
Typ: System.Collections.Generic.KeyValuePair<String, Object>
The KeyValuePair<TKey, TValue> to add to the LoadTestContext.
Implementuje
Wyjątki
Wyjątek | Warunek |
---|---|
NotSupportedException | LoadTestContextjest tylko do odczytu. |
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.LoadTesting