共用方式為


Page.GetParentWindow 方法

定義

擷取包含頁面的父視窗。

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父代頁面的 實例。

適用於