XML Comments not showing on Vb.Net

纵然是瞬间 提交于 2019-12-17 19:29:21

问题


I am using something similar to this and it will not display the Summary or Remarks when I am attempting to use the Intellisense for this function?

''' <summary>
''' Summary
''' </summary>
''' <param name="param">The Parameter.</param>
''' <remarks> Remarks </remarks>

any ideas?


回答1:


Need to goto Projects -> Project Properties -> Compile and turn on XML Generated File to generate the comments file.. Then build your project and it will work =)



来源:https://stackoverflow.com/questions/1329338/xml-comments-not-showing-on-vb-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!