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
- eventArgs
Tipo: Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Uma classe personalizada que é derivada de CustomNotificationEventArgs.
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
- 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