DataSourceProvider.Dispatcher 属性

定义

获取或设置要使用的 UI 线程的当前 Dispatcher 对象。

protected:
 property System::Windows::Threading::Dispatcher ^ Dispatcher { System::Windows::Threading::Dispatcher ^ get(); void set(System::Windows::Threading::Dispatcher ^ value); };
protected System.Windows.Threading.Dispatcher Dispatcher { get; set; }
member this.Dispatcher : System.Windows.Threading.Dispatcher with get, set
Protected Property Dispatcher As Dispatcher

属性值

Dispatcher

要使用的 UI 线程的当前 Dispatcher 对象。 默认情况下,这是与创建此实例的线程关联的 Dispatcher 对象。

适用于