共用方式為


DisplayInformation.DispatcherQueue 屬性

定義

取得與 DisplayInformation 物件相關聯的發送器佇列。

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

屬性值

DisplayInformation 物件相關聯的發送器佇列。

適用於