다음을 통해 공유


DispatcherQueue.GetForCurrentThread 메서드

정의

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

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

반환

현재 스레드에서 작업을 직렬로 실행하는 DispatcherQueue instance.

적용 대상