Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the set of items that are contained in this Web test. Items are transactions, requests, comments, and included Web tests.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property Items As WebTestItemCollection
'Usage
Dim instance As DeclarativeWebTest
Dim value As WebTestItemCollection
value = instance.Items
instance.Items = value
public WebTestItemCollection Items { get; internal set; }
public:
property WebTestItemCollection^ Items {
WebTestItemCollection^ get ();
void set (WebTestItemCollection^ value);
}
public function get Items () : WebTestItemCollection
public function set Items (value : WebTestItemCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
A collection of items.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.