Multiline XML Comments in VB.NET and Visual Studio Intellisense

前端 未结 2 1450
一生所求
一生所求 2020-12-09 10:39

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

XML multiline comments in C# - what am I doing wrong?

Adding

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 10:54

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

    (It might work in earlier versions as well, but I don't have them installed anymore.)

提交回复
热议问题