BindableObject.Dispatcher 属性

定义

获取创建此可绑定对象时可用的调度程序,否则尝试查找最近的可用调度程序 (可能为窗口/应用的) 。

public:
 property Microsoft::Maui::Dispatching::IDispatcher ^ Dispatcher { Microsoft::Maui::Dispatching::IDispatcher ^ get(); };
public Microsoft.Maui.Dispatching.IDispatcher Dispatcher { get; }
member this.Dispatcher : Microsoft.Maui.Dispatching.IDispatcher
Public ReadOnly Property Dispatcher As IDispatcher

属性值

适用于