Windows Phone 7 应用程序中的静态库
我想创建一个静态库之类的东西,必须在我们所有的 wp7 应用程序中使用。在iPhone应用程序中,我们可以创建静态库,并且该库可以集成到任何iPhone应用程序中,然后我们可以在集成了静态库的应用程序中使用静态库中的所有类和方法。
我们如何在 Windows Phone 7 中实现同样的效果?或者 wp7 相当于 iPhone 静态库是什么?
谢谢
I want to create a static library kind of stuff which has to be used in all our wp7 apps. In iPhone app, we can create static library and that library can be integrated in to any iPhone application and then we can use all the classes and methods which are there in the static library with in the application in which we have integrated the static library.
How do we achieve the same thing in windows phone 7? or What is the wp7 equivalent to iPhone static library?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个Windows Phone 类库项目,并在WP7 应用程序上为其添加引用。
上述类库项目可以在其他WP7应用程序中使用。
You can create a windows phone class library project and add refrence to it on your WP7 App.
The above class library project then can be used in other WP7 Apps.