Partager via


RunConfiguration.TestElements, propriété

Obtient tous les objets ITestElement dans la RunConfiguration.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

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

Valeur de propriété

Type : array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Tableau d'objets ITestElement.

Implémentations

IExecutionRunConfiguration.TestElements

Sécurité .NET Framework

Voir aussi

Référence

RunConfiguration Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms

RunConfiguration

ITestElement