Partager via


TestStepEventArgs, constructeur (DataCollectionContext, ITestElement, TcmInformation, Int32, String)

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

Syntaxe

'Déclaration
Protected Sub New ( _
    context As DataCollectionContext, _
    testElement As ITestElement, _
    tcmInformation As TcmInformation, _
    testStepId As Integer, _
    testStepDescription As String _
)
protected TestStepEventArgs(
    DataCollectionContext context,
    ITestElement testElement,
    TcmInformation tcmInformation,
    int testStepId,
    string testStepDescription
)
protected:
TestStepEventArgs(
    DataCollectionContext^ context, 
    ITestElement^ testElement, 
    TcmInformation^ tcmInformation, 
    int testStepId, 
    String^ testStepDescription
)
new : 
        context:DataCollectionContext * 
        testElement:ITestElement * 
        tcmInformation:TcmInformation * 
        testStepId:int * 
        testStepDescription:string -> TestStepEventArgs
protected function TestStepEventArgs(
    context : DataCollectionContext, 
    testElement : ITestElement, 
    tcmInformation : TcmInformation, 
    testStepId : int, 
    testStepDescription : String
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestStepEventArgs Classe

TestStepEventArgs, surcharge

Microsoft.VisualStudio.TestTools.Execution, espace de noms