Dispatcher.Hooks Propriété

Définition

Obtient la collection de raccordements 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é

DispatcherHooks

Raccordements associés à ce Dispatcher.

Attributs

Remarques

La DispatcherHooks classe fournit des informations supplémentaires sur l’événement Dispatcher, par exemple lorsque l’opération Dispatcher est inactive ou lorsqu’une opération a participé à la concurrence.

S’applique à