Partager via


TcmInformation, constructeur (Int32, Int32, Int32)

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Initialise une nouvelle instance de la classe TcmInformation à l'aide de l'ID de cas de test, de l'ID de série de tests et de l'ID de résultat de test fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • testCaseId
    Type : Int32

    ID de cas de test.

  • testRunId
    Type : Int32

    ID de la série de tests.

  • testResultId
    Type : Int32

    ID de résultat de test.

Sécurité .NET Framework

Voir aussi

Référence

TcmInformation Classe

TcmInformation, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms