xamlwriter.save的问题 [英] the question of xamlwriter.save

查看:125
本文介绍了xamlwriter.save的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用了xamlwriter.save()方法
制作一个xaml文件.

但在xaml文件的内容中
ObservableCollection< t>的集合B类中的A

产生的xaml文件


< mtftatc:t xmlns:mtftatc =#unknown">


我不知道"mtftatc:"的意思.

有人可以帮助我吗?

非常感谢!

I have used the method of xamlwriter.save()
to make a xaml file .

but in the content of xaml file
the collection of ObservableCollection<t> A in class B

the produced xaml file


<mtftatc:t xmlns:mtftatc="#unknown">


I do not know the mean of "mtftatc:"

some people can help me ?

very thankyou!

推荐答案

您的问题在没有看到xamlwriter.save()产生的代码的情况下是没有意义的.尽管"mtftatc:"显然是一个名称空间.在代码的顶部查看它的含义.您应该会看到类似以下内容的内容:
Your question makes no sense without the seeing the code that xamlwriter.save() produces. Although "mtftatc:" is clearly a namespace. Look at the top of the code for it to see what it refers to. you should see something like:
xmlns:mtftatc="clr-namespace some library referrence"


感谢您的回答.

xmlns:mtftatc ="clr-命名空间一些库引用"

但是我的项目中没有关键字"mtftatc".
Thank you for your answer.

xmlns:mtftatc="clr-namespace some library referrence"

but There is not the key word "mtftatc" in my project.


很抱歉,我找到了命名空间

谢谢您的重播.
I am sorry ,I found the namespace

thank you for your replay.


这篇关于xamlwriter.save的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆