Dispatcher.Hooks 屬性

定義

取得提供 Dispatcher 額外事件資訊的攔截集合。

public:
 property System::Windows::Threading::DispatcherHooks ^ Hooks { System::Windows::Threading::DispatcherHooks ^ get(); };
public System.Windows.Threading.DispatcherHooks Hooks { [System.Security.SecurityCritical] get; }
public System.Windows.Threading.DispatcherHooks Hooks { get; }
[<get: System.Security.SecurityCritical>]
member this.Hooks : System.Windows.Threading.DispatcherHooks
member this.Hooks : System.Windows.Threading.DispatcherHooks
Public ReadOnly Property Hooks As DispatcherHooks

屬性值

DispatcherHooks

與這個 Dispatcher 關聯的攔截。

屬性

備註

類別 DispatcherHooks 提供有關 的其他事件資訊 Dispatcher ,例如當 Dispatcher 處於非作用中狀態或作業競爭時。

適用於