Dispatcher.Hooks Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.