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.

WebTestContext::IEnumerable::GetEnumerator Method ()

 

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

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.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 WebTestContext instance is cast to an IEnumerable interface.

Return to top
Show: