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

 

Removes the WebTestItem at the specified item index.

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

public:
void RemoveItemAt(
	int itemId
)

Parameters

itemId
Type: System::Int32

Zero-based sequence number of the WebTestItem within the Web performance test.

Return to top
Show: