TestRun.Tests 属性

获取顶级测试。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public ReadOnly Property Tests As ITestElement()
    Get
public ITestElement[] Tests { get; }
public:
property array<ITestElement^>^ Tests {
    array<ITestElement^>^ get ();
}
member Tests : ITestElement[]
function get Tests () : ITestElement[]

属性值

类型:array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
根级测试。

.NET Framework 安全性

请参见

参考

TestRun 类

Microsoft.VisualStudio.TestTools.Common 命名空间

ITestElement