CoreWindow.GetForCurrentThread メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在アクティブなスレッドの CoreWindow インスタンスを取得します。
public:
static CoreWindow ^ GetForCurrentThread();
static CoreWindow GetForCurrentThread();
public static CoreWindow GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As CoreWindow
戻り値
現在アクティブなスレッドの CoreWindow 。そのような CoreWindow が存在しない場合は null。