DispatcherTimer.Dispatcher Propriété

Définition

Obtient l'Dispatcher associée à cette DispatcherTimer.

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

La Dispatcher propriété est déterminée lors de la création de l’objet DispatcherTimer . La Dispatcher propriété est définie sur le courant Dispatcher au moment de la création, sauf si une autre propriété Dispatcher est spécifiée.

S’applique à