次の方法で共有


IUIAutomation5::RemoveNotificationEventHandler メソッド (uiautomationclient.h)

通知イベント ハンドラーを削除します。

構文

HRESULT RemoveNotificationEventHandler(
  [in] IUIAutomationElement                  *element,
  [in] IUIAutomationNotificationEventHandler *handler
);

パラメーター

[in] element

種類: IUIAutomationElement*

ハンドラーを削除するUI オートメーション要素へのポインター。

[in] handler

種類: IUIAutomationNotificationEventHandler*

AddNotificationEventHandler に渡されたインターフェイスへのポインター。

戻り値

種類: HRESULT

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 10、バージョン 1709 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server バージョン 1709 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー uiautomationclient.h (UIAutomation.h を含む)

こちらもご覧ください

IUIAutomation5

RemoveAllEventHandlers