Dispatcher.Hooks 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得提供 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
屬性值
與這個 Dispatcher 關聯的攔截。
- 屬性
備註
類別 DispatcherHooks 提供有關 的其他事件資訊 Dispatcher ,例如當 Dispatcher 處於非作用中狀態或作業競爭時。