TestResultCounter, constructeur (Int32)
Initialise une nouvelle instance de la classe TestResultCounter.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
total As Integer _
)
public TestResultCounter(
int total
)
public:
TestResultCounter(
int total
)
new :
total:int -> TestResultCounter
public function TestResultCounter(
total : int
)
Paramètres
- total
Type : System.Int32
Un int indiquant le nombre total de résultats de test inclus dans ce compteur.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.