DataCollectorNotifications.RaiseCustomEventAsync-Methode (CustomNotificationEventArgs)
Löst asynchron ein benutzerdefiniertes Ereignis mit den bereitgestellten Ereignisargumenten aus.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
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
)
Parameter
- eventArgs
Typ: Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Eine benutzerdefinierte Klasse, die von CustomNotificationEventArgs abgeleitet ist.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DataCollectorNotifications Klasse
RaiseCustomEventAsync-Überladung