CoreWindow.Dispatcher Proprietà

Definizione

Ottiene il dispatcher eventi per la finestra.

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

Valore della proprietà

Dispatcher eventi per la finestra.

Implementazioni

Si applica a

Vedi anche