다음을 통해 공유


TestStepEventArgs 생성자 (DataCollectionContext, Guid, TcmInformation, String, Boolean, Int32, String)

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

구문

‘선언
Protected Sub New ( _
    context As DataCollectionContext, _
    testCaseId As Guid, _
    tcmInformation As TcmInformation, _
    testCaseName As String, _
    isChildTestCase As Boolean, _
    testStepId As Integer, _
    testStepDescription As String _
)
protected TestStepEventArgs(
    DataCollectionContext context,
    Guid testCaseId,
    TcmInformation tcmInformation,
    string testCaseName,
    bool isChildTestCase,
    int testStepId,
    string testStepDescription
)
protected:
TestStepEventArgs(
    DataCollectionContext^ context, 
    Guid testCaseId, 
    TcmInformation^ tcmInformation, 
    String^ testCaseName, 
    bool isChildTestCase, 
    int testStepId, 
    String^ testStepDescription
)
new : 
        context:DataCollectionContext * 
        testCaseId:Guid * 
        tcmInformation:TcmInformation * 
        testCaseName:string * 
        isChildTestCase:bool * 
        testStepId:int * 
        testStepDescription:string -> TestStepEventArgs
protected function TestStepEventArgs(
    context : DataCollectionContext, 
    testCaseId : Guid, 
    tcmInformation : TcmInformation, 
    testCaseName : String, 
    isChildTestCase : boolean, 
    testStepId : int, 
    testStepDescription : String
)

매개 변수

  • testCaseId
    형식: Guid
  • testCaseName
    형식: String
  • isChildTestCase
    형식: Boolean
  • testStepId
    형식: Int32
  • testStepDescription
    형식: String

.NET Framework 보안

참고 항목

참조

TestStepEventArgs 클래스

TestStepEventArgs 오버로드

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