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
- 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.