CoreWindow.GetForCurrentThread 方法

定义

获取当前活动线程的 CoreWindow 实例。

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

返回

当前活动线程的 CoreWindow ;如果不存在此类 CoreWindow,则为 null。

适用于