TestResultCounter, constructeur (TestResultCounter)
Initialise une nouvelle instance de la classe TestResultCounter en créant une copie du compteur de résultats de test fourni.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As TestResultCounter _
)
public TestResultCounter(
TestResultCounter other
)
public:
TestResultCounter(
TestResultCounter^ other
)
new :
other:TestResultCounter -> TestResultCounter
public function TestResultCounter(
other : TestResultCounter
)
Paramètres
- other
Type : Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Objet TestResultCounter à copier.
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.