Langue

Dispatcher.Hooks Propriété

Définition

Obtient la collection de crochets qui fournissent des informations d’événement supplémentaires sur le 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

Valeur de propriété

Les crochets associés à ce Dispatcher.

Attributs

Remarques

La DispatcherHooks classe fournit des informations supplémentaires sur l’événement Dispatcher, par exemple lorsqu’elle Dispatcher est inactive ou lorsqu’une opération est en concurrence.

S’applique à