次の方法で共有


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 インスタンス。

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

DispatcherQueue を使用すると、DispatcherQueue インスタンスに関連付けられているスレッドでタスクを実行できます。 別のスレッドから CoreApplicationView に UI を変更するには、その CoreApplicationViewDispatcherQueue を使用します。

適用対象