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。

適用対象