DispatcherTimer.Dispatcher 屬性

定義

取得與這個 Dispatcher 關聯的 DispatcherTimer

public:
 property System::Windows::Threading::Dispatcher ^ Dispatcher { System::Windows::Threading::Dispatcher ^ get(); };
public System.Windows.Threading.Dispatcher Dispatcher { get; }
member this.Dispatcher : System.Windows.Threading.Dispatcher
Public ReadOnly Property Dispatcher As Dispatcher

屬性值

Dispatcher

發送器。

備註

屬性 Dispatcher 是在建立 物件時決定的 DispatcherTimer 。 除非指定不同的 Dispatcher ,否則屬性 Dispatcher 會在建立時設定為目前的 Dispatcher

適用於