Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 586 Bytes

iframeworkview_uninitialize_278000994.md

File metadata and controls

24 lines (16 loc) · 586 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Core.IFrameworkView.Uninitialize
winrt method

Windows.ApplicationModel.Core.IFrameworkView.Uninitialize

-description

Uninitializes the app view and releases external resources.

-remarks

Your implementation of this method should clean up any external resources created during the previous call to Load when you created the app view.

Windows Phone 8

You should not use Uninitialize to exit an app.

-examples

-see-also