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 で導入)

適用対象