IFrameworkView.Uninitialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uninitializes the app view and releases external resources.
public:
void Uninitialize();
void Uninitialize();
public void Uninitialize();
function uninitialize()
Public Sub Uninitialize ()
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.