IFrameworkView.Uninitialize Method

Definition

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.

Applies to