CoreDispatcher.CurrentPriority Propriedade

Definição

Obtém e define a prioridade da tarefa atual.

public:
 property CoreDispatcherPriority CurrentPriority { CoreDispatcherPriority get(); void set(CoreDispatcherPriority value); };
CoreDispatcherPriority CurrentPriority();

void CurrentPriority(CoreDispatcherPriority value);
public CoreDispatcherPriority CurrentPriority { get; set; }
var coreDispatcherPriority = coreDispatcher.currentPriority;
coreDispatcher.currentPriority = coreDispatcherPriority;
Public Property CurrentPriority As CoreDispatcherPriority

Valor da propriedade

Um valor de enumeração CoreDispatcherPriority que especifica a prioridade da tarefa atual.

Aplica-se a

Confira também