Hi all,
Just curious. Can I force my XML comments to show on multiple lines in the Object Browser?
That is I would like Line1 and Line2 to show like this in the Object BrowserCode:''' <summary> ''' Line 1 ''' Line 2 ''' </summary> ''' <remarks></remarks>
Can I force a newline in my XML comments? Thanks for any help.Code:Summary: Line 1 Line 2


Reply With Quote