设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 编程开发 >> 网络编程 >> .net >> NDoc: How to Make Good Use of Your XML Comments?
精品推荐
.net点击TOP10
·我的.NET书架 (入门篇)
·.NET:是什么?将走向哪里?
·.NET 初 级 读 本
·在ASP.NET中把图片保存到SQL SERVER数据库
·从零开始学ASP.NET(基础篇)
·DataGrid导成Excel的例子
·ASP.Net Web Page深入探讨(一)
·.NET Petshop详解(三):petshop三层结构之MiddleTire
·CHK文件恢复工具
·快速认识asp.net(一)
网络编程点击TOP10
·ASP.NET 程序中常用的三十三种代码
·利用ASP.NET构建网上考试系统
·C#版的网站新闻发布系统
·设计ASP.NET新闻管理系统
·我的.NET书架 (入门篇)
·用ASP.NET和XML做的新闻系统
·.NET:是什么?将走向哪里?
·.NET 初 级 读 本
·十天学会ASP.net之第一天
·用C#实现木马程序
精选专题

NDoc: How to Make Good Use of Your XML Comments?

作者: 来源:网络文章 时间:2005-12-13 19:24:30

NDoc: How to Make Good Use of Your XML Comments?(18)             return String.Format(CultureInfo.InvariantCulture,
            
"{0} + {1}i"
,
            _Real,
            _Imaginary);
XPandedSubBlockEnd.gif" align=top>        }


XPandedSubBlockEnd.gif" align=top>    }

XPandedBlockEnd.gif" align=top>}

 

Generate Your XML Comments to A Seperate XML File

  • 如果你有Visual C# .net,那么你可以轻松的使用一下的步骤:在解决方案管理器中右键单击该项目图标,依次选择 属性 配置属性 生成,在 [输出] 的 [XML 文档文件] 右边填入目标XML文件的文件名,这里是Complex.XML。保存设置并关闭该对话框,生成该项目,你将会在项目的根目录中找到这个XML文件。

CSdn.net/images/blog_CSdn_net/allenlooplee/62266/o_Config.JPG" width=643 border=0>

  • 没有Visual C# .net?没所谓,用C#的命令行编译器CSC.exe也可以。只需要在源代码所在的目录的命令提示符下键入CSc Complex.CS /doc:Complex.XML<Enter>,就可以生成XML注释文件了。
  • 好了,现在来看看我们第一阶段的劳动成果:
Word-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: windowtext 0.5pt solid">
<?XML version="1.0" encoding="utf-8" ?> 
1.NDoc: How to Make Good Use of Your XML Comments?(1)
2.NDoc: How to Make Good Use of Your XML Comments?(2)
3.NDoc: How to Make Good Use of Your XML Comments?(3)
4.NDoc: How to Make Good Use of Your XML Comments?(4)
5.NDoc: How to Make Good Use of Your XML Comments?(5)
6.NDoc: How to Make Good Use of Your XML Comments?(6)
7.NDoc: How to Make Good Use of Your XML Comments?(7)
8.NDoc: How to Make Good Use of Your XML Comments?(8)
9.NDoc: How to Make Good Use of Your XML Comments?(9)
10.NDoc: How to Make Good Use of Your XML Comments?(10)
11.NDoc: How to Make Good Use of Your XML Comments?(11)
12.NDoc: How to Make Good Use of Your XML Comments?(12)
13.NDoc: How to Make Good Use of Your XML Comments?(13)
14.NDoc: How to Make Good Use of Your XML Comments?(14)
15.NDoc: How to Make Good Use of Your XML Comments?(15)
16.NDoc: How to Make Good Use of Your XML Comments?(16)
17.NDoc: How to Make Good Use of Your XML Comments?(17)
18.NDoc: How to Make Good Use of Your XML Comments?(18)
19.NDoc: How to Make Good Use of Your XML Comments?(19)
20.NDoc: How to Make Good Use of Your XML Comments?(20)
21.NDoc: How to Make Good Use of Your XML Comments?(21)
22.NDoc: How to Make Good Use of Your XML Comments?(22)
23.NDoc: How to Make Good Use of Your XML Comments?(23)
24.NDoc: How to Make Good Use of Your XML Comments?(24)
25.NDoc: How to Make Good Use of Your XML Comments?(25)
26.NDoc: How to Make Good Use of Your XML Comments?(26)
共26页 9 7 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [268 :>

NDoc: How to Make Good Use of Your XML Comments? 相关文章:
NDoc: How to Make Good Use of Your XML Comments? 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com