TestResultAggregation 构造函数 (ComputerInfo, Guid, ITestElement)
注意:此 API 现在已过时。
使用提供的计算机信息、运行 ID 和测试元素初始化 TestResultAggregation 类的新实例。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")> _
Public Sub New ( _
computerInfo As ComputerInfo, _
runId As Guid, _
test As ITestElement _
)
[ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")]
public TestResultAggregation(
ComputerInfo computerInfo,
Guid runId,
ITestElement test
)
[ObsoleteAttribute(L"This constructor is obsolete. Use the constructor that takes string instead.")]
public:
TestResultAggregation(
ComputerInfo^ computerInfo,
Guid runId,
ITestElement^ test
)
[<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")>]
new :
computerInfo:ComputerInfo *
runId:Guid *
test:ITestElement -> TestResultAggregation
public function TestResultAggregation(
computerInfo : ComputerInfo,
runId : Guid,
test : ITestElement
)
参数
- computerInfo
类型:Microsoft.VisualStudio.TestTools.Common.ComputerInfo
一个 ComputerInfo 对象,该对象包含有关运行测试的计算机的信息。
- runId
类型:System.Guid
测试运行的 ID。
- test
类型:Microsoft.VisualStudio.TestTools.Common.ITestElement
一个 ITestElement 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。