Construtor CustomNotificationEventArgs (TestExecId)
Inicializa uma nova instância da CustomNotificationEventArgs classe para enviar uma notificação personalizada para um caso de teste usando a execução de teste fornecido ID.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
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
- testExecId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
O TestExecId para o caso de teste atual.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
CustomNotificationEventArgs Classe
Sobrecargas CustomNotificationEventArgs