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::RequestItems Property
Gets a collection of all request items in this test case.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property ReadOnlyCollection<WebTestRequest^>^ RequestItems { ReadOnlyCollection<WebTestRequest^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<WebTestRequest^>^A collection of all request items.
Gets the items from loops/conditions without executing the conditional rules.
Show: