The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LoadTestContext::Add Method (KeyValuePair<String^, Object^>)
Adds a KeyValuePair<TKey, TValue> item to the LoadTestContext.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Parameters
- item
-
Type:
System.Collections.Generic::KeyValuePair<String^, Object^>
The KeyValuePair<TKey, TValue> to add to the LoadTestContext.
Implements
ICollection<T>::Add(T)| Exception | Condition |
|---|---|
| NotSupportedException | LoadTestContext is read-only. |
Show: