XML Comments not showing on Vb.Net

后端 未结 1 1441
耶瑟儿~
耶瑟儿~ 2020-12-10 06:47

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?

\'\'\' &         


        
相关标签:
1条回答
  • 2020-12-10 07:37

    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 =)

    0 讨论(0)
提交回复
热议问题