Condividi tramite


Proprietà RunConfiguration.TestElements

Ottiene tutti gli oggetti ITestElement 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[]
Matrice di oggetti ITestElement.

Implementa

IExecutionRunConfiguration.TestElements

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunConfiguration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

RunConfiguration

ITestElement