Window.Current プロパティ

定義

現在のスレッドのウィンドウを取得します。

public:
 static property Window ^ Current { Window ^ get(); };
static Window Current();
public static Window Current { get; }
var window = Window.current;
Public Shared ReadOnly Property Current As Window

プロパティ値

現在アクティブ化されているウィンドウ。

注釈

このプロパティの値は、呼び出されるスレッドによって異なります。 UI スレッドから呼び出された場合、値はそのスレッドの Window インスタンスです。 その他のスレッドでは、値は です null

適用対象