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
)
參數
- testExecId
型別:Microsoft.VisualStudio.TestTools.Common.TestExecId
目前測試案例的 TestExecId。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
CustomNotificationEventArgs 類別
CustomNotificationEventArgs 多載