DispatcherObject.Dispatcher Propriété

Définition

Obtient le Dispatcher associé à 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

Valeur de propriété

Dispatcher

Répartiteur.

Remarques

Seul le thread sur lequel l’utilisateur Dispatcher a été créé peut accéder DispatcherObject directement. Pour accéder à un DispatcherObject thread autre que le thread sur lequel il DispatcherObject a été créé, appelez Invoke et BeginInvoke sur le Dispatcher thread DispatcherObject associé.

S’applique à