RunConfiguration.TestElements 属性

定义

获取 ITestElement 中的所有对象 RunConfiguration

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

属性值

ITestElement[]

一个 ITestElement 对象数组。

实现

适用于