Design time data in Windows Store app
问题 In WP7 I am used to generating sample data (XML) from my ViewModels in Blend and seeing them in Visual Studio. In Blend 2012 I cannot find the option to generate design time data. The tempales in Visual Studio use design time data genarated in code. Is it the only way? No more XML design time data? 回答1: I don't think generating design time data in Blend for VS2012 is possible, but it's still possible to use design time data created in code, but even this is more complicated than in WP7.