CoreWindow.GetForCurrentThread 메서드

정의

현재 활성 스레드에 대한 CoreWindow instance 가져옵니다.

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

반환

현재 활성 스레드의 CoreWindow 이거나, 이러한 CoreWindow가 없는 경우 null입니다.

적용 대상