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

큐에 있는 대리자의 우선 순위입니다.

적용 대상