加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

关于VBNET中的XML摘要注释的问题

发布时间:2020-12-16 23:18:14 所属栏目:百科 来源:网络整理
导读:Intellisense没有显示我的蓝色参数名称,就像我在第三方项目的其他xml评论中看到的那样Intellisense打印了所有信息,这就是我所看到的: 我需要做什么修改才能让intellisense以蓝色打印参数注释作为“返回”? ''' summary ''' Function to pause a thread. ''
Intellisense没有显示我的蓝色参数名称,就像我在第三方项目的其他xml评论中看到的那样Intellisense打印了所有信息,这就是我所看到的:

我需要做什么修改才能让intellisense以蓝色打印参数注释作为“返回”?

''' <summary>
    ''' Function to pause a thread.
    ''' </summary>
    ''' 
    ''' <param name="Process_Name">The name of the process,ex: cmd.exe</param>
    ''' <param name="Thread_Number">The thread to pause,ex: 0</param>
    ''' <param name="Recursive"> <value name="True">Pause the thread in all processes recursively</value></param>
    ''' <returns>True if the process is found; otherwise,False.</returns>
    Public Shared Function Pause_Thread(ByRef Process_Name As String,_
                              Optional ByVal Thread_Number As Int32 = 0,_
                              Optional ByVal Recursive As Boolean = False) As Boolean

解决方法

尝试安装Productivity Power Tools插件

> VS 2010 – http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/.
> VS 2012 – http://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd.

从我看到你正在寻找彩色参数帮助.

Colorized Parameter Help
This extension improves consistency with the editor by applying syntax highlighting to the contents of the Parameter Help window for C# &VB. Please note: Syntax highlighting colors can be customized using the display items prefixed with “Signature Help” in the “Fonts and Colors” menu.

尝试工具 – >选项 – >环境 – >字体和颜色 – >签名帮助工具提示背景.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读