AutomationPeer.RaiseNotificationEvent メソッド

定義

通知イベントを開始します。

public:
 virtual void RaiseNotificationEvent(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, Platform::String ^ displayString, Platform::String ^ activityId) = RaiseNotificationEvent;
void RaiseNotificationEvent(AutomationNotificationKind const& notificationKind, AutomationNotificationProcessing const& notificationProcessing, winrt::hstring const& displayString, winrt::hstring const& activityId);
public void RaiseNotificationEvent(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, string displayString, string activityId);
function raiseNotificationEvent(notificationKind, notificationProcessing, displayString, activityId)
Public Sub RaiseNotificationEvent (notificationKind As AutomationNotificationKind, notificationProcessing As AutomationNotificationProcessing, displayString As String, activityId As String)

パラメーター

notificationKind
AutomationNotificationKind

通知の種類を指定します。

notificationProcessing
AutomationNotificationProcessing

通知を処理する順序を指定します。

displayString
String

Platform::String

winrt::hstring

イベントを説明する表示文字列。

activityId
String

Platform::String

winrt::hstring

アクションまたはアクションのグループを識別するための、ローカライズされていない一意の文字列。 イベント ハンドラーに追加情報を渡すには、これを使用します。

適用対象