Howto Get Intellisense to display <summary> attribute in VB

P

Paul

Hi,

Does anyone know how to get Intellisense in VB (VS2003) to display the
content of the <summary> attribute as it does in C#?

I have put the following in code with no luck ...

' <summary>
' Returns a String Object Containing DB ConnectionString
' </summary>
Public Shared ReadOnly Property DBConnectString() as String
Get
Return "C:\Blah\De\Blah ...."
End Get
End Property

Thanks,

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top