CoreDispatcher.CurrentPriority Eigenschaft

Definition

Ruft die Priorität der aktuellen Aufgabe ab und legt sie fest.

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

Eigenschaftswert

Ein CoreDispatcherPriority-Enumerationswert , der die Priorität der aktuellen Aufgabe angibt.

Gilt für:

Weitere Informationen