共用方式為


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 物件。

適用於