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.

DeclarativeWebTest::GetRequestEnumerator Method ()

 

Gets an enumerator for all requests at run time based on the conditional rule.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
virtual IEnumerator<WebTestRequest^>^ GetRequestEnumerator() override

Return Value

Type: System.Collections.Generic::IEnumerator<WebTestRequest^>^

An enumerator.

Return to top
Show: