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.

LoadTestContext::Contains Method (KeyValuePair<String^, Object^>)

 

Determines whether the LoadTestContext contains a specific value.

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

public:
virtual bool Contains(
	KeyValuePair<String^, Object^> item
) sealed

Parameters

item
Type: System.Collections.Generic::KeyValuePair<String^, Object^>

The object to locate in the LoadTestContext.

Return Value

Type: System::Boolean

true if the item is found in the LoadTestContext; otherwise, false.

Return to top
Show: