Condividi tramite


Evento DataCollectionEvents.CustomNotification

Si verifica in risposta a una notifica personalizzata.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
Public MustOverride Event CustomNotification As EventHandler(Of CustomNotificationEventArgs)
public abstract event EventHandler<CustomNotificationEventArgs> CustomNotification
public:
virtual  event EventHandler<CustomNotificationEventArgs^>^ CustomNotification {
    void add (EventHandler<CustomNotificationEventArgs^>^ value);
    void remove (EventHandler<CustomNotificationEventArgs^>^ value);
}
abstract CustomNotification : IEvent<EventHandler<CustomNotificationEventArgs>,
    CustomNotificationEventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCollectionEvents Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution