Partilhar via


Método DataCollectorNotifications.RaiseCustomEvent (CustomNotificationEventArgs, NotificationBroadcastLevel)

Gera um evento personalizado, usando os argumentos do evento fornecido e a indicação do nível de difusão.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
Public MustOverride Sub RaiseCustomEvent ( _
    eventArgs As CustomNotificationEventArgs, _
    broadcastLevel As NotificationBroadcastLevel _
)
public abstract void RaiseCustomEvent(
    CustomNotificationEventArgs eventArgs,
    NotificationBroadcastLevel broadcastLevel
)
public:
virtual void RaiseCustomEvent(
    CustomNotificationEventArgs^ eventArgs, 
    NotificationBroadcastLevel broadcastLevel
) abstract
abstract RaiseCustomEvent : 
        eventArgs:CustomNotificationEventArgs * 
        broadcastLevel:NotificationBroadcastLevel -> unit 
public abstract function RaiseCustomEvent(
    eventArgs : CustomNotificationEventArgs, 
    broadcastLevel : NotificationBroadcastLevel
)

Parâmetros

Comentários

Isso RaiseCustomEvent método não retorna até que todos os adaptadores de dados de diagnóstico tenham manipulado ou ignorado o evento.

Segurança do .NET Framework

Consulte também

Referência

DataCollectorNotifications Classe

Sobrecargas RaiseCustomEvent

Namespace Microsoft.VisualStudio.TestTools.Execution

CustomNotificationEventArgs

NotificationBroadcastLevel