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.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Parameters
- key
-
Type:
System::String^
The unique identifier to use as the key of the element to remove.
Return Value
Type: System::Booleantrue if the first occurrence of the specified object must be removed; otherwise, false.
Implements
IDictionary<TKey, TValue>::Remove(TKey)
Show: