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.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Parameters
- item
-
Type:
System.Collections.Generic::KeyValuePair<String^, Object^>
The object to remove from the LoadTestContext.
Return Value
Type: System::Booleantrue 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.
Implements
ICollection<T>::Remove(T)
Show: