Partager via


TestStepEndEventArgs, constructeur

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

Syntaxe

'Déclaration
Public Sub New ( _
    context As DataCollectionContext, _
    testElement As ITestElement, _
    tcmInformation As TcmInformation, _
    testStepId As Integer, _
    testStepDescription As String, _
    testStepOutcome As TestOutcome _
)
public TestStepEndEventArgs(
    DataCollectionContext context,
    ITestElement testElement,
    TcmInformation tcmInformation,
    int testStepId,
    string testStepDescription,
    TestOutcome testStepOutcome
)
public:
TestStepEndEventArgs(
    DataCollectionContext^ context, 
    ITestElement^ testElement, 
    TcmInformation^ tcmInformation, 
    int testStepId, 
    String^ testStepDescription, 
    TestOutcome testStepOutcome
)
new : 
        context:DataCollectionContext * 
        testElement:ITestElement * 
        tcmInformation:TcmInformation * 
        testStepId:int * 
        testStepDescription:string * 
        testStepOutcome:TestOutcome -> TestStepEndEventArgs
public function TestStepEndEventArgs(
    context : DataCollectionContext, 
    testElement : ITestElement, 
    tcmInformation : TcmInformation, 
    testStepId : int, 
    testStepDescription : String, 
    testStepOutcome : TestOutcome
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestStepEndEventArgs Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms