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::Contains Method (KeyValuePair<String^, Object^>)
Determines whether the LoadTestContext contains a specific value.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Parameters
- item
-
Type:
System.Collections.Generic::KeyValuePair<String^, Object^>
The object to locate in the LoadTestContext.
Return Value
Type: System::Booleantrue if the item is found in the LoadTestContext; otherwise, false.
Implements
ICollection<T>::Contains(T)
Show: