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::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection of LoadTestUserContext elements.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator.

This member is an explicit interface member implementation. It can be used only when the LoadTestUserContext instance is cast to a IEnumerable interface.

Return to top
Show: