问题描述
下一步该怎么做。
推荐答案
>>"我想知道如何 存储,阅读和使用该类,以及功能"
>>" I wanna know how to store,read,and use the class,and the function"
实际上,我不确定你对"存储,阅读"的意思。在我看来,您的自定义类实现了接口实现接口定义中指定的接口成员。当您实例化一个对象时,您可以直接调用它的方法
。
Actually, I’m not sure what you meant about "store,read". In my mind, your custom class implements the interface implement the members of the interface that are specified in the interface definition. When you instantiate an object, you can call its method directly.
>>"我想将类内容存储在数据库中,但是不能做什么。"
>>" I suppose to store the class content in database,but dont't what to do next."
在UWP中,你可以在sqlite中存储数据。请阅读了解更多详情。
In UWP, you could store data in sqlite. Please read Using SQLite on the Universal Windows Platform for more details.
此外,请阅读粘贴帖子,尤其是
发布指南:主题行标签和
Windows 10 SDK和工具的已知问题 并自行为标题添加标记。
In addition, Please read the sticky posts, especially the Guide to posting: subject line tags and Known Issues for Windows 10 SDK and Tools and add tag to title yourself.
最诚挚的问候,
Xavier Eoro
Xavier Eoro
这篇关于如何使用用户定义的功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!