WinRT XAML 应用程序缺少 [XmlnsDefinition] 属性
基于 WinRT 的 XAML Metro 风格应用程序中没有 [XmlnsDefinition]
属性。 应如何将 WPF/SL 应用程序中的自定义命名空间映射迁移到 WinRT XAML 应用程序?
There is not [XmlnsDefinition]
attribute in XAML metro style applications, based on WinRT.
How my custom namespace mappings from WPF/SL apps should be migrated to WinRT XAML apps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来 XmlnsDefinitionAttribute 缺失。有 XmlnsDefinition struct 但这没有多大用处,因为无法使用它来设置自定义命名空间映射。
Looks like XmlnsDefinitionAttribute is missing. There is XmlnsDefinition struct but that is of not much use since there is no way to use it to set custom namespace mappings.
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/026baea0-6324-46ee-956a-72dbb4c90ca1/xmlnsdefinition-replacement-in-winrt?prof=required 说:
A discussion at https://social.msdn.microsoft.com/Forums/windowsapps/en-US/026baea0-6324-46ee-956a-72dbb4c90ca1/xmlnsdefinition-replacement-in-winrt?prof=required says: