HwndSource.RemoveHook(HwndSourceHook) メソッド

定義

AddHook(HwndSourceHook) によって追加されたイベント ハンドラーを削除します。

public:
 void RemoveHook(System::Windows::Interop::HwndSourceHook ^ hook);
[System.Security.SecurityCritical]
public void RemoveHook (System.Windows.Interop.HwndSourceHook hook);
public void RemoveHook (System.Windows.Interop.HwndSourceHook hook);
[<System.Security.SecurityCritical>]
member this.RemoveHook : System.Windows.Interop.HwndSourceHook -> unit
member this.RemoveHook : System.Windows.Interop.HwndSourceHook -> unit
Public Sub RemoveHook (hook As HwndSourceHook)

パラメーター

hook
HwndSourceHook

削除するイベント ハンドラー。

属性

注釈

重要

この方法は、インターネット セキュリティ ゾーンでは使用できません。

適用対象

こちらもご覧ください