有没有办法在运行时使用 d:DesignData xaml?

发布于 2024-10-05 11:16:21 字数 147 浏览 4 评论 0原文

我正在使用 SampleData 文件夹中的 d:DesignData 构建 Windows Phone 7 应用程序的原型。我希望在运行时出现相同的设计数据,因为这只是一个原型。有没有办法在运行时将 DataContext 设置为与 DesignData 相同的数据 xaml?

I am building a prototype of a windows phone 7 app using d:DesignData in the SampleData folder. I would like the same design data to appear at runtime since this is just a prototype. Is there a way to set the DataContext to the same data xaml as the DesignData at runtime?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晌融 2024-10-12 11:16:21

如果您在项目中包含示例数据文件,则可以像任何其他 XML 文件一样在运行时加载它。不过,您需要自己反序列化或解析它。

If you included the sample data file in the project you could load it at runtime like any other XML file. You would need to deserialize or parse it yourself though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文