TestResultCounter – konstruktor (TestResultCounter)
Inicializuje novou instanci TestResultCounter třídy vytvořením kopie Čítač výsledek poskytnutý test.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Sub New ( _
other As TestResultCounter _
)
public TestResultCounter(
TestResultCounter other
)
public:
TestResultCounter(
TestResultCounter^ other
)
new :
other:TestResultCounter -> TestResultCounter
public function TestResultCounter(
other : TestResultCounter
)
Parametry
other
Typ: Microsoft.VisualStudio.TestTools.Common.TestResultCounterA TestResultCounter objektu, který chcete kopírovat.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.