Condividi tramite


Proprietà IExecutionRunConfiguration.TestElements

Ottiene l'elenco di elementi di test inclusi in.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

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

Valore proprietà

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Restituisce l'elenco di elementi di test nell'esecuzione dei test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IExecutionRunConfiguration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution