UWP/WinRT: How to save and then restore a simple TextBox for resume from termination?
问题 In this document describing the lifecycle of a Windows 10 UWP app, it states: Users now expect your app to remember its state as they multitask on their device. For example, they expect the page to be scrolled to the same position and all of the controls to be in the same state as before. By understanding the application lifecycle of launching, suspending, and resuming, you can provide this kind of seamless behavior. However, there doesn't appear to be much documentation on how this is