Freigeben über


TestResultBase-Konstruktor (TestResultBase)

Initialisiert eine neue Instanz der TestResultBase-Klasse, indem eine Kopie der bereitgestellten Testergebnisinstanz erstellt wird.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    other As TestResultBase _
)
public TestResultBase(
    TestResultBase other
)
public:
TestResultBase(
    TestResultBase^ other
)
new : 
        other:TestResultBase -> TestResultBase
public function TestResultBase(
    other : TestResultBase
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultBase Klasse

TestResultBase-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace