Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 759 Bytes

coreapplication_createnewview_563301789.md

File metadata and controls

30 lines (21 loc) · 759 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Core.CoreApplication.CreateNewView(System.String,System.String)
winrt method

Windows.ApplicationModel.Core.CoreApplication.CreateNewView

-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

-examples

-see-also

CreateNewView