CoreDispatcher.CurrentPriority 속성

정의

현재 작업의 우선 순위를 가져오고 설정합니다.

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

속성 값

현재 작업의 우선 순위를 지정하는 CoreDispatcherPriority 열거형 값입니다.

적용 대상

추가 정보