ITestBase.TestParameters 属性

 

获取该测试中的测试步骤中使用的所有参数和任何共享的步骤中所包含的所有参数的集合。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

TestParameterCollection TestParameters { get; }
property TestParameterCollection^ TestParameters {
    TestParameterCollection^ get();
}
abstract TestParameters : TestParameterCollection with get
ReadOnly Property TestParameters As TestParameterCollection

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.TestParameterCollection

该测试中使用的多有参数的集合。

请参阅

TestParameterCollection
ITestBase 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首