다음을 통해 공유


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 개체와 연결된 디스패처 큐입니다.

적용 대상