参考msdn中“建议的文档注释标记”的内容。

解决方案 »

  1.   

    你的 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.
      

  2.   

    这些注释是我从http://www.123aspx.com/rotor/default.aspx
    下载的.netFrameWork源代码里面的,我感觉应该是.netFrameWork配置情况的,'doc\XmlAttribute.uex' 我在c盘下搜索找不到,不知道如何实现的?
    另外,.netFrameWork组件,比如System.Xml.dll,相应目录下面,没有对应的xml注视文件,
    但是在对象浏览器里面能看到注释,如何实现的?