DispatcherOperation.Priority Property

Definition

Gets or sets the priority of the operation in the Dispatcher queue.

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

Property Value

The priority of the delegate on the queue.

Applies to