Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 465 Bytes

application_exit_1158854104.md

File metadata and controls

22 lines (14 loc) · 465 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Application.Exit
winrt method

Windows.UI.Xaml.Application.Exit

-description

Shuts down the app.

-remarks

Use this method to provide UI that enables users to exit your app. Normally, however, you should not provide this UI because the system automatically manages app lifetime and terminates suspended apps as needed to free resources.

-examples

-see-also