我正在尝试让 VB.NET XML Comments 与IntelliSense一起使用,也许它不像我认为的那样工作。
''' <summary>
''' Gets or sets the Patient Code.
''' <list type="bullet">
''' <listheader><description>Validation:</description></listheader>
''' <item><description>Field Required</description></item>
''' <item><description>Field Max Length: 25</description></item>
''' </list>
''' </summary>
''' <value>The region reference key.</value>
这应该,当您输入一个函数时,显示“获取或设置患者代码”,然后在其下方,它应该显示一个带有“验证:”作为标题的项目符号列表?
替代文字 http://www.codejames.com/errored.jpg
也许我做错了,但它似乎没有正常工作。