Information
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.

LoadTestUserContext::Add Method

 

Adds an item to the LoadTestUserContext.

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

NameDescription
System_CAPS_pubmethodAdd(KeyValuePair<String^, Object^>)

Adds a KeyValuePair<TKey, TValue> item to the LoadTestUserContext.

System_CAPS_pubmethodAdd(String^, Object^)

Adds an element that has the provided key and value to the LoadTestUserContext.

Return to top
Show: