Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 767 Bytes

appwindow_create_809910582.md

File metadata and controls

35 lines (19 loc) · 767 Bytes
-api-id -api-type
M:Microsoft.UI.Windowing.AppWindow.Create(Microsoft.UI.Windowing.AppWindowPresenter)
winrt method

Microsoft.UI.Windowing.AppWindow.Create(Microsoft.UI.Windowing.AppWindowPresenter)

-description

Creates a window with styles and properties as defined in the specified AppWindowPresenter.

-parameters

-param appWindowPresenter

An AppWindowPresenter object that specifies property values to apply to the window.

-returns

A new app window with the specified configuration.

-remarks

-see-also

AppWindow, AppWindowPresenter

-examples