Share via


DispatcherQueue.GetForCurrentThread 메서드

정의

현재 스레드와 연결된 DispatcherQueue 를 가져옵니다.

public:
 static DispatcherQueue ^ GetForCurrentThread();
 static DispatcherQueue GetForCurrentThread();
public static DispatcherQueue GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As DispatcherQueue

반환

현재 스레드에서 작업을 직렬로 실행하는 DispatcherQueue instance, 이러한 DispatcherQueue가 없는 경우 null입니다.

적용 대상