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属性。

适用于