DispatcherOperation.Priority 属性

定义

获取或设置 Dispatcher 队列中的操作的优先级。

public:
 property System::Windows::Threading::DispatcherPriority Priority { System::Windows::Threading::DispatcherPriority get(); void set(System::Windows::Threading::DispatcherPriority value); };
public System.Windows.Threading.DispatcherPriority Priority { get; set; }
member this.Priority : System.Windows.Threading.DispatcherPriority with get, set
Public Property Priority As DispatcherPriority

属性值

队列中委托的优先级。

适用于