DataCollectorNotifications.RaiseCustomEvent Yöntem

Tanım

Aşırı Yüklemeler

RaiseCustomEvent(CustomNotificationEventArgs)

Belirtilen olay bağımsız değişkenlerini kullanarak özel bir olay oluşturur.

RaiseCustomEvent(CustomNotificationEventArgs, NotificationBroadcastLevel)

Belirtilen olay bağımsız değişkenlerini ve yayın düzeyinin gösterimini kullanarak özel bir olay oluşturur.

RaiseCustomEvent(CustomNotificationEventArgs)

Belirtilen olay bağımsız değişkenlerini kullanarak özel bir olay oluşturur.

public:
 void RaiseCustomEvent(Microsoft::VisualStudio::TestTools::Execution::CustomNotificationEventArgs ^ eventArgs);
public void RaiseCustomEvent (Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs eventArgs);
member this.RaiseCustomEvent : Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs -> unit
Public Sub RaiseCustomEvent (eventArgs As CustomNotificationEventArgs)

Parametreler

eventArgs
CustomNotificationEventArgs

Öğesinden türetilmiş özel bir sınıf CustomNotificationEventArgs .

Şunlara uygulanır

RaiseCustomEvent(CustomNotificationEventArgs, NotificationBroadcastLevel)

Belirtilen olay bağımsız değişkenlerini ve yayın düzeyinin gösterimini kullanarak özel bir olay oluşturur.

public:
 abstract void RaiseCustomEvent(Microsoft::VisualStudio::TestTools::Execution::CustomNotificationEventArgs ^ eventArgs, Microsoft::VisualStudio::TestTools::Execution::NotificationBroadcastLevel broadcastLevel);
public abstract void RaiseCustomEvent (Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs eventArgs, Microsoft.VisualStudio.TestTools.Execution.NotificationBroadcastLevel broadcastLevel);
abstract member RaiseCustomEvent : Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs * Microsoft.VisualStudio.TestTools.Execution.NotificationBroadcastLevel -> unit
Public MustOverride Sub RaiseCustomEvent (eventArgs As CustomNotificationEventArgs, broadcastLevel As NotificationBroadcastLevel)

Parametreler

eventArgs
CustomNotificationEventArgs

Öğesinden türetilmiş özel bir sınıf CustomNotificationEventArgs .

broadcastLevel
NotificationBroadcastLevel

Sabit listesinin bir üyesi NotificationBroadcastLevel .

Şunlara uygulanır