RunConfiguration.TestElements 属性

获取 RunConfiguration 中的所有 ITestElement 对象。

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

语法

声明
Public ReadOnly Property TestElements As ITestElement()
public ITestElement[] TestElements { get; }
public:
virtual property array<ITestElement^>^ TestElements {
    array<ITestElement^>^ get () sealed;
}
abstract TestElements : ITestElement[] with get
override TestElements : ITestElement[] with get
final function get TestElements () : ITestElement[]

属性值

类型:array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
ITestElement 对象的数组。

实现

IExecutionRunConfiguration.TestElements

.NET Framework 安全性

请参见

参考

RunConfiguration 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

RunConfiguration

ITestElement