CompositionObject.DispatcherQueue プロパティ

定義

CompostionObject の DispatcherQueue を取得します。

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

プロパティ値

CompostionObject の DispatcherQueue

Windows の要件

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

適用対象