How do I create an XML Intellisense file for my DLL?

☆樱花仙子☆ 提交于 2019-11-29 17:09:35

问题


I am creating a DLL in C#, using VS 2010, and I have created XML comments for all of its members. When I build the DLL, how do I generate the XML file that will provide Intellisense for the DLL? Thanks for your help.


回答1:


In the project properties page, go to the Build tab. In the Output section near the bottom there's a check-box labelled "XML documentation file" that needs to be checked.



来源:https://stackoverflow.com/questions/4893745/how-do-i-create-an-xml-intellisense-file-for-my-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!