TestResultCounter Constructeurs
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.
Surcharges
| TestResultCounter(TestResultCounter) |
Initialise une nouvelle instance de la classe TestResultCounter en créant une copie du compteur de résultats de test fourni. |
| TestResultCounter(Int32) |
Initialise une nouvelle instance de la classe TestResultCounter. |
TestResultCounter(TestResultCounter)
Initialise une nouvelle instance de la classe TestResultCounter en créant une copie du compteur de résultats de test fourni.
public:
TestResultCounter(Microsoft::VisualStudio::TestTools::Common::TestResultCounter ^ other);
public TestResultCounter (Microsoft.VisualStudio.TestTools.Common.TestResultCounter other);
new Microsoft.VisualStudio.TestTools.Common.TestResultCounter : Microsoft.VisualStudio.TestTools.Common.TestResultCounter -> Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Public Sub New (other As TestResultCounter)
Paramètres
- other
- TestResultCounter
Objet TestResultCounter à copier.
S’applique à
TestResultCounter(Int32)
Initialise une nouvelle instance de la classe TestResultCounter.
public:
TestResultCounter(int total);
public TestResultCounter (int total);
new Microsoft.VisualStudio.TestTools.Common.TestResultCounter : int -> Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Public Sub New (total As Integer)
Paramètres
- total
- Int32
Entier qui indique le nombre total de résultats de test dans ce compteur.