다음을 통해 공유


CoreApplicationView.DispatcherQueue 속성

정의

창에 대한 DispatcherQueue 를 가져옵니다.

public:
 property DispatcherQueue ^ DispatcherQueue { DispatcherQueue ^ get(); };
DispatcherQueue DispatcherQueue();
public DispatcherQueue DispatcherQueue { get; }
var dispatcherQueue = coreApplicationView.dispatcherQueue;
Public ReadOnly Property DispatcherQueue As DispatcherQueue

속성 값

DispatcherQueue instance.

Windows 요구 사항

디바이스 패밀리
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)

설명

DispatcherQueue를 사용하면 DispatcherQueue instance 연결된 스레드에서 작업을 실행할 수 있습니다. 다른 스레드에서 CoreApplicationView에서 UI를 변경하려면 해당 CoreApplicationViewDispatcherQueue를 사용합니다.

적용 대상