Page.GetParentWindow 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取包含頁面的父視窗。
public:
virtual Microsoft::Maui::Controls::Window ^ GetParentWindow();
public virtual Microsoft.Maui.Controls.Window GetParentWindow ();
abstract member GetParentWindow : unit -> Microsoft.Maui.Controls.Window
override this.GetParentWindow : unit -> Microsoft.Maui.Controls.Window
Public Overridable Function GetParentWindow () As Window
傳回
Window父代頁面的 實例。