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


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

Получает список тестовых элементов в запуске.

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

Синтаксис

'Декларация
ReadOnly Property TestElements As ITestElement()
ITestElement[] TestElements { get; }
property array<ITestElement^>^ TestElements {
    array<ITestElement^>^ get ();
}
abstract TestElements : ITestElement[] with get
function get TestElements () : ITestElement[]

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

Тип: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Возвращает список тестовых элементов в тестовом запуске.

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

См. также

Ссылки

IExecutionRunConfiguration Интерфейс

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