Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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!
Posted

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"
 
Share this answer
 
Thank you for your answer.

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

but There is not the key word "mtftatc" in my project.
 
Share this answer
 
I am sorry ,I found the namespace

thank you for your replay.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900