ICorePointerInputSource2.DispatcherQueue プロパティ

定義

プラットフォーム オブジェクトに関連付けられている DispatcherQueue を取得します。

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

プロパティ値

スレッドでシリアル形式で実行される優先度付きタスクを管理するための DispatcherQueue

注釈

一部のプラットフォーム オブジェクトでは、オブジェクトがインスタンス化されたスレッドにイベントをポストバックするためにスレッド アフィニティが必要です。 DispatcherQueue を使用すると、このスレッドに作業を投稿できます。

これらのプラットフォーム オブジェクトは、 DispatcherQueue が既に存在する UI スレッドで作成することも、 DispatcherQueueController.CreateOnDedicatedThread メソッドを使用して作成された DispatcherQueue を使用して、実行時間の長い非 UI スレッドで作成することもできます。

適用対象