Поделиться через


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