问题描述
我在Microsoft Visual Studio中使用C#,XAML.
I am using C#, XAML in Microsoft Visual Studio.
在带有.Net框架桌面版本的WPF中,名称空间System.Windows.Markup下有一个markupextension类.从这篇文章中的可接受答案中看到了它
In WPF with the desktop version of the .Net framework, there is a markupextension class under namespace System.Windows.Markup. Saw it from the accepted answer in this post Should I declare converters in App.xaml or as a per-file resource?
用于创建Metro应用程序的.Net移动版本是否存在与之等效或接近的东西?我似乎找不到合适的名称空间,或者它不受支持?
Is there an equivalent or something that is close to it in for the mobile version of .Net you use to create Metro apps? I can't seem to find the appropriate namespace or is it not supported?
推荐答案
WinRT(又名Metro)没有MarkupExtension类.
WinRT (Aka Metro) does not have MarkupExtension class.
这篇关于.Net Metro应用程序中的MarkUpExtension的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!