VB.NET和Visual Studio Intellisense中的多行XML注释 [英] Multiline XML Comments in VB.NET and Visual Studio Intellisense

查看:131
本文介绍了VB.NET和Visual Studio Intellisense中的多行XML注释的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在VB.Net的XML注释中添加换行符.我已经阅读了另外两篇有关C#的文章,

I'm trying to put newlines in my XML Comments in VB.Net. I've read two other posts about C#,

C#中的XML多行注释-我是什么做错了吗?

为注释(Intellisense)添加换行符

但是建议的<para><br/>标签不起作用.

But the suggested <para> or <br/> tags don't work. This,

    ''' <summary>
    ''' <para>Line one</para><br />
    ''' <para>Line two</para><br />
    ''' </summary>
    ''' <value></value>
    ''' <returns></returns>
    ''' <remarks></remarks>
    Public Property Speed As Double

仍然显示如下:

我该如何进行这项工作?

How can I make this work?

推荐答案

随着时间的流逝,错误得到修复.现在可以在Visual Studio 2015更新3中使用了此功能:

As time goes by, bugs get fixed. This works now in Visual Studio 2015 Update 3:

(它可能也可以在早期版本中使用,但我不再安装它们了.)

这篇关于VB.NET和Visual Studio Intellisense中的多行XML注释的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆