Window.Dispatcher Proprietà

Definizione

Ottiene l'oggettoCoreDispatcher per Window, che è in genere CoreDispatcher per il thread dell'interfaccia utente.

public:
 property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = window.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher

Valore della proprietà

Oggetto che fa riferimento al thread dell'interfaccia utente per window.

Si applica a