HwndSource.RemoveHook(HwndSourceHook) Metode

Definisi

Menghapus penanganan aktivitas yang ditambahkan oleh 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)

Parameter

hook
HwndSourceHook

Penanganan aktivitas yang akan dihapus.

Atribut

Keterangan

Important

Metode ini tidak tersedia di zona keamanan Internet.

Berlaku untuk

Lihat juga