Share via


DeclarativeWebTest.RemoveItemAt Method

Removes the WebTestItem at the specified item index.

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

Syntax

'Declaration
Public Sub RemoveItemAt ( _
    itemId As Integer _
)
public void RemoveItemAt(
    int itemId
)
public:
void RemoveItemAt(
    int itemId
)
member RemoveItemAt : 
        itemId:int -> unit
public function RemoveItemAt(
    itemId : int
)

Parameters

  • itemId
    Type: Int32

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

.NET Framework Security

See Also

Reference

DeclarativeWebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace