TestResultParameterCollection.RemoveItem Method (Int32)
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