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::Remove Method (KeyValuePair<String^, Object^>)

 

Removes the first occurrence of a specific object from the LoadTestContext.

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

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

Parameters

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

The object to remove from the LoadTestContext.

Return Value

Type: System::Boolean

true if the item was successfully removed from the LoadTestContext; otherwise, false. This method also returns false if the item is not found in the original LoadTestContext.

Return to top
Show: