Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: Int32Zero-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.