TestRunConfiguration.GetTestTypeSpecificData 方法
针对指定的测试类型,返回测试类型特定运行配置扩展数据(副本)。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Function GetTestTypeSpecificData ( _
testType As TestType _
) As ITestTypeSpecificRunConfigurationData
public ITestTypeSpecificRunConfigurationData GetTestTypeSpecificData(
TestType testType
)
public:
ITestTypeSpecificRunConfigurationData^ GetTestTypeSpecificData(
TestType^ testType
)
member GetTestTypeSpecificData :
testType:TestType -> ITestTypeSpecificRunConfigurationData
public function GetTestTypeSpecificData(
testType : TestType
) : ITestTypeSpecificRunConfigurationData
参数
- testType
类型:Microsoft.VisualStudio.TestTools.Common.TestType
请求测试类型 − 特定运行配置数据的测试类型。
返回值
类型:Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData
测试类型 − 特定运行配置数据。如果此测试类型的数据不存在,则为 null。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。