ITestAggregation.Elements 属性

定义

在派生类中实现时,获取标识聚合到此聚合中的测试元素的 Id 的数组。

public:
 property cli::array <Microsoft::VisualStudio::TestTools::Common::TestId ^> ^ Elements { cli::array <Microsoft::VisualStudio::TestTools::Common::TestId ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestId[] Elements { get; }
member this.Elements : Microsoft.VisualStudio.TestTools.Common.TestId[]
Public ReadOnly Property Elements As TestId()

属性值

TestId[]

测试 Id 的数组。

适用于