Udostępnij za pośrednictwem


Konstruktor TcmInformation — (Int32, Int32, Int32)

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Inicjuje nowe wystąpienie TcmInformation klasy przy użyciu dostarczonego przypadku badanie ID, identyfikator uruchomienia testu i badania identyfikator wynik.

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

Składnia

'Deklaracja
Public Sub New ( _
    testCaseId As Integer, _
    testRunId As Integer, _
    testResultId As Integer _
)
public TcmInformation(
    int testCaseId,
    int testRunId,
    int testResultId
)
public:
TcmInformation(
    int testCaseId, 
    int testRunId, 
    int testResultId
)
new : 
        testCaseId:int * 
        testRunId:int * 
        testResultId:int -> TcmInformation
public function TcmInformation(
    testCaseId : int, 
    testRunId : int, 
    testResultId : int
)

Parametry

  • testResultId
    Typ: System.Int32
    Identyfikator wyniku badania

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TcmInformation Klasa

Przeciążenie TcmInformation

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common