Método DataCollectorNotifications.RaiseCustomEventAsync (CustomNotificationEventArgs)
Assincronamente dispara 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 RaiseCustomEventAsync ( _
eventArgs As CustomNotificationEventArgs _
)
public void RaiseCustomEventAsync(
CustomNotificationEventArgs eventArgs
)
public:
void RaiseCustomEventAsync(
CustomNotificationEventArgs^ eventArgs
)
member RaiseCustomEventAsync :
eventArgs:CustomNotificationEventArgs -> unit
public function RaiseCustomEventAsync(
eventArgs : CustomNotificationEventArgs
)
Parâmetros
- eventArgs
Tipo: Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Uma classe personalizada que é derivada de CustomNotificationEventArgs.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DataCollectorNotifications Classe
Sobrecargas RaiseCustomEventAsync