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.
WebTestContext::Add Method
Provides methods for adding objects to the WebTestContext.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Add(KeyValuePair<String^, Object^>) | Adds a KeyValuePair<TKey, TValue> object to the WebTestContext. |
![]() | Add(String^, Object^) | Adds an element with the provided key and value to the WebTestContext. |
Show:
