Dispatcher.Hooks Propiedad

Definición

Obtiene la colección de enlaces que proporcionan información adicional sobre el Dispatcherevento .

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 de propiedad

Los enlaces asociados a este Dispatcher.

Atributos

Comentarios

La DispatcherHooks clase proporciona información adicional sobre los Dispatchereventos , como cuando está Dispatcher inactivo o cuando una operación ha competido.

Se aplica a