如何为我的DLL创建一个XML Intellisense文件?

时间:2022-03-14 07:25:50

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.

我在c#中创建一个DLL,使用VS 2010,我为它的所有成员创建了XML注释。在构建DLL时,如何生成为DLL提供智能感知的XML文件?谢谢你的帮助。

1 个解决方案

#1


23  

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.

在项目属性页中,转到Build选项卡。在靠近底部的输出部分,有一个标记为“XML文档文件”的复选框,需要检查。

#1


23  

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.

在项目属性页中,转到Build选项卡。在靠近底部的输出部分,有一个标记为“XML文档文件”的复选框,需要检查。