다음을 통해 공유


TestStepEventArgs 생성자 (DataCollectionContext, ITestElement, TcmInformation, Int32, String)

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
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
)

매개 변수

  • testStepId
    형식: Int32
  • testStepDescription
    형식: String

.NET Framework 보안

참고 항목

참조

TestStepEventArgs 클래스

TestStepEventArgs 오버로드

Microsoft.VisualStudio.TestTools.Execution 네임스페이스