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::GetEnumerator Method ()
Returns an enumerator that iterates through the LoadTestUserContext.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<KeyValuePair<String^, Object^>>^An IEnumerator<T> that can be used to iterate through the LoadTestUserContext.
Implements
IEnumerable<T>::GetEnumerator()
Show: