HwndSource.RemoveHook(HwndSourceHook) メソッド

定義

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

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

パラメーター

hook
HwndSourceHook

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

属性

注釈

Important

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

適用対象

こちらもご覧ください