ICoreWindow.Dispatcher 屬性

定義

指定屬性,這個屬性會取得視窗的事件發送器。

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

屬性值

視窗的事件發送器。

適用於

另請參閱