Share via


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)

Syntax

'Declaration
ReadOnly Property TestParameters As TestParameterCollection
TestParameterCollection TestParameters { get; }
property TestParameterCollection^ TestParameters {
    TestParameterCollection^ get ();
}
abstract TestParameters : TestParameterCollection
function get TestParameters () : TestParameterCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestParameterCollection
The collection of all parameters that are used in this test.

.NET Framework Security

See Also

Reference

ITestBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

TestParameterCollection