CompositionObject.DispatcherQueue プロパティ

定義

CompositionObject の DispatcherQueue を取得します。

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

プロパティ値

CompositionObject の DispatcherQueue。

適用対象