Dispatcher.Hooks Proprietà

Definizione

Ottiene l'insieme di hook che forniscono informazioni aggiuntive sull'evento relativamente a 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

Valore della proprietà

DispatcherHooks

Hook associato a Dispatcher.

Attributi

Commenti

La DispatcherHooks classe fornisce informazioni aggiuntive sull'evento Dispatchersu , ad esempio quando è Dispatcher inattivo o quando un'operazione è stata sottoposta a competizione.

Si applica a