Application.IApplication.OpenWindow(IWindow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual void Microsoft.Maui.IApplication.OpenWindow(Microsoft::Maui::IWindow ^ window) = Microsoft::Maui::IApplication::OpenWindow;
void IApplication.OpenWindow (Microsoft.Maui.IWindow window);
abstract member Microsoft.Maui.IApplication.OpenWindow : Microsoft.Maui.IWindow -> unit
override this.Microsoft.Maui.IApplication.OpenWindow : Microsoft.Maui.IWindow -> unit
Sub OpenWindow (window As IWindow) Implements IApplication.OpenWindow
Parameters
- window
- IWindow