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::GetItem Method (Int32)

 

Gets the WebTestItem with the specified zero-based request number.

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

public:
WebTestItem^ GetItem(
	int itemId
)

Parameters

itemId
Type: System::Int32

Zero-based sequence number of the WebTestItem within the web test.

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestItem^

The WebTestItem with specified request number. Null if not found.

Return to top
Show: