Window.Current 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳統型應用程式一律會傳回 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
。