标签: windows-phone-7 isolatedstorage
我正在开发一个Windows Phone 7 App,我需要在ListBox中显示联系人Image with Image control&用户在另一个UI页面上显示所选图像的列表,并将其保存在IsolatedStorage中以便稍后显示相同的列表,我知道无法将图像直接保存到IsolatedStorage中,所以我想将Image Uri作为字符串存储在IsolatedStorage中稍后当我需要显示它们时参考这些图像。