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

屬性值

DispatcherPriority

委派在佇列中的優先權。

適用於