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.

LoadTestUserContext::Remove Method (String^)

 

Returns a value that indicates whether the first occurrence of a specific object must be moved from the LoadTestUserContext object.

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

public:
virtual bool Remove(
	String^ key
) sealed

Parameters

key
Type: System::String^

The unique identifier to use as the key of the element to remove.

Return Value

Type: System::Boolean

true if the first occurrence of the specified object must be removed; otherwise, false.

Return to top
Show: