Windows Phone 7 应用程序中的静态库

发布于 2024-11-07 19:13:53 字数 198 浏览 0 评论 0原文

我想创建一个静态库之类的东西,必须在我们所有的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晚风撩人 2024-11-14 19:13:53

您可以创建一个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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文