Costruttore CustomNotificationEventArgs (TestExecId)
Inizializza una nuova istanza della classe CustomNotificationEventArgs per l'invio di una notifica personalizzata per un test case tramite l'ID di esecuzione dei test specificato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
testExecId As TestExecId _
)
protected CustomNotificationEventArgs(
TestExecId testExecId
)
protected:
CustomNotificationEventArgs(
TestExecId^ testExecId
)
new :
testExecId:TestExecId -> CustomNotificationEventArgs
protected function CustomNotificationEventArgs(
testExecId : TestExecId
)
Parametri
testExecId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecIdOggetto TestExecId per il test case corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
CustomNotificationEventArgs Classe
Overload CustomNotificationEventArgs