Freigeben über


DataCollectorNotifications.RaiseCustomEvent-Methode (CustomNotificationEventArgs)

Löst 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 RaiseCustomEvent ( _
    eventArgs As CustomNotificationEventArgs _
)
public void RaiseCustomEvent(
    CustomNotificationEventArgs eventArgs
)
public:
void RaiseCustomEvent(
    CustomNotificationEventArgs^ eventArgs
)
member RaiseCustomEvent : 
        eventArgs:CustomNotificationEventArgs -> unit 
public function RaiseCustomEvent(
    eventArgs : CustomNotificationEventArgs
)

Parameter

Hinweise

Diese RaiseCustomEvent-Methode gibt erst einen Wert zurück, wenn alle Adapter für diagnostische Daten das Ereignis entweder gehandhabt haben oder ignoriert haben.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectorNotifications Klasse

RaiseCustomEvent-Überladung

Microsoft.VisualStudio.TestTools.Execution-Namespace

CustomNotificationEventArgs