Dispatcher.Hooks Propiedad

Definición

Obtiene la colección de enlaces que proporcionan la información de evento adicional sobre 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 de propiedad

DispatcherHooks

Enlaces asociados a este objeto Dispatcher.

Atributos

Comentarios

La DispatcherHooks clase proporciona información de eventos adicional sobre Dispatcher, como cuando está Dispatcher inactivo o cuando una operación ha compitido.

Se aplica a