求解C#中Xml注释问题?

howbigsea 2004-06-21 03:48:27
/// <include file='doc\XmlAttribute.uex' path='docs/doc[@for="XmlAttribute"]/*' />
/// <devdoc>
/// <para>
/// Represents an attribute of the XMLElement object. Valid and default values for the attribute are defined in a DTD or schema.
/// </para>
/// </devdoc>
public class XmlAttribute : XmlNode {......

请高手解释一些上面注释的含义,使用方式
...全文
164 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
joelbh 2004-06-21
  • 打赏
  • 举报
回复
一起探讨
howbigsea 2004-06-21
  • 打赏
  • 举报
回复

希望与感兴趣的朋友探讨
howbigsea 2004-06-21
  • 打赏
  • 举报
回复
这些注释是我从http://www.123aspx.com/rotor/default.aspx
下载的.netFrameWork源代码里面的,我感觉应该是.netFrameWork配置情况的,

'doc\XmlAttribute.uex' 我在c盘下搜索找不到,不知道如何实现的?
另外,.netFrameWork组件,比如System.Xml.dll,相应目录下面,没有对应的xml注视文件,
但是在对象浏览器里面能看到注释,如何实现的?
elite2018 2004-06-21
  • 打赏
  • 举报
回复
你的 include file 是'doc\XmlAttribute.uex'

path='docs/doc[@for="XmlAttribute"]/* 是 Xpath 的语法 ,即查找 XmlAttribute

目标: Represents an attribute of the XMLElement object. Valid and default values for the attribute are defined in a DTD or schema.
jiezhi 2004-06-21
  • 打赏
  • 举报
回复
参考msdn中“建议的文档注释标记”的内容。
xhn1 2004-06-21
  • 打赏
  • 举报
回复
不懂 学习!

110,532

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧