CoreWindow.DispatcherQueue 속성

정의

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

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

속성 값

DispatcherQueue입니다.

Windows 요구 사항

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

적용 대상