Condividi tramite


Proprietà RunConfiguration.TestElements

ottiene tutti ITestElement oggetti in RunConfiguration.

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

Sintassi

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

Valore proprietà

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
una matrice di ITestElement oggetti.

Implementa

IExecutionRunConfiguration.TestElements

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunConfiguration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

RunConfiguration

ITestElement