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.

ITestBase::TestParameters Property

 

Gets a collection of all parameters that are used in the test steps in this test and all parameters that are included in any shared steps.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

property TestParameterCollection^ TestParameters {
	TestParameterCollection^ get();
}

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::TestParameterCollection^

The collection of all parameters that are used in this test.

Return to top
Show: