Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当应用程序被墓碑化时,ApplicationService.State 是否会被序列化为闪存?(WP7 和 WP7.5)
PhoneApplicationService.Current.State 是在应用程序被墓碑化的情况下保存临时数据的地方。然后你可以读回这些数据并恢复你的应用程序的状态。