Поделиться через


RunConfiguration.TestElements - свойство

Получает все объекты ITestElement в объекте RunConfiguration.

Пространство имен:  Microsoft.VisualStudio.TestTools.Execution
Сборка:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Синтаксис

'Декларация
Public ReadOnly Property TestElements As ITestElement()
    Get
public ITestElement[] TestElements { get; }
public:
virtual property array<ITestElement^>^ TestElements {
    array<ITestElement^>^ get () sealed;
}
abstract TestElements : ITestElement[]
override TestElements : ITestElement[]
final function get TestElements () : ITestElement[]

Значение свойства

Тип: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Массив объектов ITestElement.

Реализации

IExecutionRunConfiguration.TestElements

Безопасность платформы .NET Framework

См. также

Ссылки

RunConfiguration Класс

Microsoft.VisualStudio.TestTools.Execution - пространство имен

RunConfiguration

ITestElement