DispatcherTimer.Dispatcher Proprietà

Definizione

Ottiene l'oggetto Dispatcher associato a questo oggetto 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

Valore della proprietà

Dispatcher

Dispatcher.

Commenti

La Dispatcher proprietà viene determinata alla creazione dell'oggetto DispatcherTimer . La Dispatcher proprietà è impostata sull'oggetto corrente Dispatcher al momento della creazione, a meno che non venga specificato un valore diverso Dispatcher .

Si applica a