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::ContainsKey Method (String^)

 

Indicates whether the LoadTestContext contains an element that has the specified key.

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

public:
virtual bool ContainsKey(
	String^ key
) sealed

Parameters

key
Type: System::String^

The key to locate in the LoadTestContext.

Return Value

Type: System::Boolean

true if the LoadTestContext contains an element that has the key; otherwise, false.

Return to top
Show: