Partilhar via


Método DataCollectorNotifications.RaiseCustomEvent (CustomNotificationEventArgs)

Gera um evento personalizado usando os argumentos do evento fornecido.

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

Sintaxe

'Declaração
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
)

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