DispatcherObject.Dispatcher Proprietà

Definizione

Ottiene l'oggetto Dispatcher associato a DispatcherObject.

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

Valore della proprietà

Dispatcher

Dispatcher.

Commenti

Solo il thread in cui Dispatcher è stato creato può accedere DispatcherObject direttamente. Per accedere a un DispatcherObject oggetto da un thread diverso dal thread DispatcherObject su cui è stato creato , chiamare Invoke e BeginInvoke sull'oggetto Dispatcher DispatcherObject è associato.

Si applica a