CoreWindow.Dispatcher 屬性

定義

取得視窗的事件發送器。

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

屬性值

視窗的事件發送器。

實作

適用於

另請參閱