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)
'Dichiarazione
Protected Sub New ( _
testExecId As TestExecId _
)
protected CustomNotificationEventArgs(
TestExecId testExecId
)
protected:
CustomNotificationEventArgs(
TestExecId^ testExecId
)
new :
testExecId:TestExecId -> CustomNotificationEventArgs
protected function CustomNotificationEventArgs(
testExecId : TestExecId
)
testExecId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecIdOggetto TestExecId per il test case corrente.
- 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.
CustomNotificationEventArgs Classe
Overload CustomNotificationEventArgs