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::Values Property
Gets a collection of all the values in the WebTestContext.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property ICollection<Object^>^ Values { virtual ICollection<Object^>^ get() sealed; }
Property Value
Type: System.Collections.Generic::ICollection<Object^>^An ICollection object that contains a collection of value objects.
Implements
IDictionary<TKey, TValue>::Values
Show: