DataCollectorNotifications.RaiseCustomEventAsync, méthode (CustomNotificationEventArgs)
Déclenche, de manière asynchrone, un événement personnalisé à l'aide des arguments d'événement fournis.
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
Public Sub RaiseCustomEventAsync ( _
eventArgs As CustomNotificationEventArgs _
)
public void RaiseCustomEventAsync(
CustomNotificationEventArgs eventArgs
)
public:
void RaiseCustomEventAsync(
CustomNotificationEventArgs^ eventArgs
)
member RaiseCustomEventAsync :
eventArgs:CustomNotificationEventArgs -> unit
public function RaiseCustomEventAsync(
eventArgs : CustomNotificationEventArgs
)
Paramètres
- eventArgs
Type : Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Une classe personnalisée dérivée de CustomNotificationEventArgs.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DataCollectorNotifications Classe
RaiseCustomEventAsync, surcharge