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