Windows.ApplicationModel.Core.CoreApplication.CreateNewView

October 4, 2021 ยท View on GitHub

-description

Creates a new view for the app.

-parameters

-param runtimeType

The class ID of the view provider for the new view. If this parameter is null, use the current view provider.

-param entryPoint

Additional info about the view, such as its class name in the app code.

-returns

The view.

-remarks

You cannot create a new view while the app is suspending or resuming.

-examples

-see-also

CreateNewView