Dispatcher.Hooks Propriedade

Definição

Obtém a coleção de ganchos que fornecem informações adicionais do evento sobre o 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

Valor da propriedade

DispatcherHooks

Os ganchos associados a esse Dispatcher.

Atributos

Comentários

A DispatcherHooks classe fornece informações adicionais sobre o Dispatcherevento , como quando o Dispatcher está inativo ou quando uma operação tem competição.

Aplica-se a