DataCollectorNotifications.RaiseCustomEventAsync, méthode (CustomNotificationEventArgs, NotificationBroadcastLevel)
Déclenche, de manière asynchrone, un événement personnalisé à l'aide des arguments d'événement fournis et d'une indication du niveau de diffusion.
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, _
broadcastLevel As NotificationBroadcastLevel _
)
public void RaiseCustomEventAsync(
CustomNotificationEventArgs eventArgs,
NotificationBroadcastLevel broadcastLevel
)
public:
void RaiseCustomEventAsync(
CustomNotificationEventArgs^ eventArgs,
NotificationBroadcastLevel broadcastLevel
)
member RaiseCustomEventAsync :
eventArgs:CustomNotificationEventArgs *
broadcastLevel:NotificationBroadcastLevel -> unit
public function RaiseCustomEventAsync(
eventArgs : CustomNotificationEventArgs,
broadcastLevel : NotificationBroadcastLevel
)
Paramètres
- eventArgs
Type : Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Une classe personnalisée dérivée de CustomNotificationEventArgs.
- broadcastLevel
Type : Microsoft.VisualStudio.TestTools.Execution.NotificationBroadcastLevel
Membre de l'énumération NotificationBroadcastLevel.
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