ITestAggregation.Elements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中实现时,获取标识聚合到此聚合中的测试元素的 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 的数组。