Udostępnij za pośrednictwem


Konstruktor TestResultMessage — (ComputerInfo, Guid, TestMessageKind)

Uwaga: ten interfejs API jest już przestarzały.

Inicjuje nowe wystąpienie TestResultMessage klasy przy użyciu nazwy komputera podanej, test identyfikator uruchomienia i rodzaju wynik badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")> _
Public Sub New ( _
    computerInfo As ComputerInfo, _
    runId As Guid, _
    kind As TestMessageKind _
)
[ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")]
public TestResultMessage(
    ComputerInfo computerInfo,
    Guid runId,
    TestMessageKind kind
)
[ObsoleteAttribute(L"This constructor is obsolete. Use the constructor that takes string instead.")]
public:
TestResultMessage(
    ComputerInfo^ computerInfo, 
    Guid runId, 
    TestMessageKind kind
)
[<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")>]
new : 
        computerInfo:ComputerInfo * 
        runId:Guid * 
        kind:TestMessageKind -> TestResultMessage
public function TestResultMessage(
    computerInfo : ComputerInfo, 
    runId : Guid, 
    kind : TestMessageKind
)

Parametry

Uwagi

Ten konstruktor jest przestarzała.Użyj TestResultMessage zamiast.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestResultMessage Klasa

Przeciążenie TestResultMessage

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

TestResultMessage

ComputerInfo

TestMessageKind