DispatcherObject.Dispatcher Propriedade

Definição

Obtém o Dispatcher ao qual este 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 da propriedade

Dispatcher

O dispatcher.

Comentários

Somente o thread no qual o Dispatcher thread foi criado pode acessar diretamente DispatcherObject . Para acessar um DispatcherObject thread diferente do thread em que o DispatcherObject thread foi criado, chame Invoke e BeginInvoke no Dispatcher qual está DispatcherObject associado.

Aplica-se a