AutomationPeer.RaiseNotificationEvent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启动通知事件。
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
用于标识操作或操作组的唯一非本地化字符串。 使用此函数将其他信息传递给事件处理程序。