IExecutionRunConfiguration.TestElements Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des éléments de test dans la série.
public:
property cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ TestElements { cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.ITestElement[] TestElements { get; }
member this.TestElements : Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Public ReadOnly Property TestElements As ITestElement()
Valeur de propriété
Retourne la liste des éléments de test dans la série de tests.