共用方式為


CustomNotificationEventArgs 建構函式 (TestExecId)

初始化 CustomNotificationEventArgs 類別的新執行個體,以使用提供的測試執行 ID 來傳送測試案例的自訂通知。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Protected Sub New ( _
    testExecId As TestExecId _
)
protected CustomNotificationEventArgs(
    TestExecId testExecId
)
protected:
CustomNotificationEventArgs(
    TestExecId^ testExecId
)
new : 
        testExecId:TestExecId -> CustomNotificationEventArgs
protected function CustomNotificationEventArgs(
    testExecId : TestExecId
)

參數

.NET Framework 安全性

請參閱

參考

CustomNotificationEventArgs 類別

CustomNotificationEventArgs 多載

Microsoft.VisualStudio.TestTools.Execution 命名空間

TestExecId