次の方法で共有


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
)

パラメーター

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TestStepEventArgs クラス

TestStepEventArgs オーバーロード

Microsoft.VisualStudio.TestTools.Execution 名前空間