TestStepStartEventArgs Constructor

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Sub New ( _
    context As DataCollectionContext, _
    testElement As ITestElement, _
    tcmInformation As TcmInformation, _
    testStepId As Integer, _
    testStepDescription As String _
)
public TestStepStartEventArgs(
    DataCollectionContext context,
    ITestElement testElement,
    TcmInformation tcmInformation,
    int testStepId,
    string testStepDescription
)
public:
TestStepStartEventArgs(
    DataCollectionContext^ context, 
    ITestElement^ testElement, 
    TcmInformation^ tcmInformation, 
    int testStepId, 
    String^ testStepDescription
)
new : 
        context:DataCollectionContext * 
        testElement:ITestElement * 
        tcmInformation:TcmInformation * 
        testStepId:int * 
        testStepDescription:string -> TestStepStartEventArgs
public function TestStepStartEventArgs(
    context : DataCollectionContext, 
    testElement : ITestElement, 
    tcmInformation : TcmInformation, 
    testStepId : int, 
    testStepDescription : String
)

Parameters

.NET Framework Security

See Also

Reference

TestStepStartEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace