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::Items Property
Gets or sets the set of items that are contained in this Web performance test. Items are transactions, requests, comments, and included Web performance tests.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property WebTestItemCollection^ Items { WebTestItemCollection^ get(); internal: void set(WebTestItemCollection^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestItemCollection^A collection of items.
Show: