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 (KeyValuePair<String^, Object^>)
Removes the first occurrence of a specific object from the LoadTestUserContext.
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 LoadTestUserContext.
Return Value
Type: System::Booleantrue if the item was successfully removed from the LoadTestUserContext; otherwise, false. This method also returns false if the item is not found in the original LoadTestUserContext.
Implements
ICollection<T>::Remove(T)
Show: