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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.