Sdílet prostřednictvím


IExecutionRunConfiguration.TestElements – vlastnost

Získá seznam prvků test v běhu.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Vrátí seznam prvků testovací zkoušky.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IExecutionRunConfiguration Rozhraní

Microsoft.VisualStudio.TestTools.Execution – obor názvů