Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

protected:
virtual void RemoveItem(
	int index
) override

Parameters

index
Type: System::Int32

Index of the parameter.

Return to top
Show: