Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes an item that has the specified index.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected override void RemoveItem(
int index
)
protected:
virtual void RemoveItem(
int index
) override
override RemoveItem :
index:int -> unit
Protected Overrides Sub RemoveItem (
index As Integer
)
Parameters
index
Type: System.Int32Index of the parameter.
See Also
TestResultParameterCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top