HwndSource.RemoveHook(HwndSourceHook) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
削除するイベント ハンドラー。
- 属性
注釈
重要
この方法は、インターネット セキュリティ ゾーンでは使用できません。