自定义参考类型
始终可以在 Visual Studio 中添加项目的引用。这些显示在解决方案资源管理器中的特殊“参考”文件夹下。您还可以添加服务引用,这些引用也可以放在自己的特殊文件夹下。我想创建自己的引用类型,并包含特殊文件夹,供其他项目使用。这叫什么?哪里有一些关于如何执行此操作的良好文档?
It's always been possible to add references for your project in Visual Studio. These show up under the special "References" folder in the solution explorer. You can also add service references, which also get put under their own special folder. I'd like to create my own reference type, complete with special folder, that other projects can use. What is this called, and where is some good documentation on how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是你想创建一个类库/一个.dll?
http://snippets.dzone.com/posts/show/3861
You mean you want to create a library of classes / a .dll?
http://snippets.dzone.com/posts/show/3861