CustomNotificationEventArgs (Constructor) (TestExecId)

Inicializa una nueva instancia de la clase CustomNotificationEventArgs para enviar una notificación personalizada para un caso de prueba utilizando el identificador de ejecución de pruebas proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    testExecId As TestExecId _
)
protected CustomNotificationEventArgs(
    TestExecId testExecId
)
protected:
CustomNotificationEventArgs(
    TestExecId^ testExecId
)
new : 
        testExecId:TestExecId -> CustomNotificationEventArgs
protected function CustomNotificationEventArgs(
    testExecId : TestExecId
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

CustomNotificationEventArgs Clase

CustomNotificationEventArgs (Sobrecarga)

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)

TestExecId