DispatcherObject.Dispatcher Propriedade

Definição

Percebe o Dispatcher que isto DispatcherObject está associado.

public:
 property System::Windows::Threading::Dispatcher ^ Dispatcher { System::Windows::Threading::Dispatcher ^ get(); };
public System.Windows.Threading.Dispatcher Dispatcher { get; }
member this.Dispatcher : System.Windows.Threading.Dispatcher
Public ReadOnly Property Dispatcher As Dispatcher

Valor de Propriedade

O despachante.

Observações

Apenas o thread onde o Dispatcher foi criado pode aceder diretamente ao DispatcherObject . Para aceder a DispatcherObject a partir de um thread diferente do thread onde foi criado DispatcherObject , chame Invoke e BeginInvoke no Dispatcher the DispatcherObject está associado a.

Aplica-se a