Sdílet prostřednictvím


TestResultBase – konstruktor (TestResultBase)

Inicializuje novou instanci TestResultBase třídy zkopírováním instance 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 TestResultBase _
)
public TestResultBase(
    TestResultBase other
)
public:
TestResultBase(
    TestResultBase^ other
)
new : 
        other:TestResultBase -> TestResultBase
public function TestResultBase(
    other : TestResultBase
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultBase Třída

TestResultBase – přetížení

Microsoft.VisualStudio.TestTools.Common – obor názvů