TestAggregation.Elements 属性

获取一个由此聚合中的测试元素 ID 组成的数组。

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

语法

声明
Public Overridable ReadOnly Property Elements As TestId()
public virtual TestId[] Elements { get; }
public:
virtual property array<TestId^>^ Elements {
    array<TestId^>^ get ();
}
abstract Elements : TestId[] with get
override Elements : TestId[] with get
function get Elements () : TestId[]

属性值

类型:array<Microsoft.VisualStudio.TestTools.Common.TestId[]
一个由此聚合中的测试元素的 ID 组成的数组。

实现

ITestAggregation.Elements

.NET Framework 安全性

请参见

参考

TestAggregation 类

Microsoft.VisualStudio.TestTools.Common 命名空间