共用方式為


Window.Current 屬性

定義

傳統型應用程式一律會傳回 null 此屬性。

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

屬性值

值適用于 null 傳統型應用程式。

備註

Window物件會實作IWindowNative,讓傳統型應用程式可以取得 的基礎 HWND Window

適用於

另請參閱