Udostępnij za pośrednictwem


Właściwość IExecutionRunConfiguration.TestElements —

Pobiera listę elementów badania przy uruchomieniu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
ReadOnly Property TestElements As ITestElement()
ITestElement[] TestElements { get; }
property array<ITestElement^>^ TestElements {
    array<ITestElement^>^ get ();
}
abstract TestElements : ITestElement[] with get
function get TestElements () : ITestElement[]

Wartość właściwości

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Zwraca listę elementów badania w przebieg testu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IExecutionRunConfiguration Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution