Showing help text for functions in intellisense dropdown...

P

PrakashR

Hello,
Is there any way to give some description strings to the functions of my
class so that whenever the functions are shown in the intellisense dropdown
in the IDE, those descriptions are shown with the normal signature of the
function ?
I tried adding the <DataSysDescription("My Description")> attribute to
my functions, but this doesn't seem to work. Anyone ?

PrakashR.
 
K

Ken Tucker [MVP]

Hi,

Here is Herfried K. Wagner [MVP] links for adding xml comments.

For VB.NET 2002/2003:

My XML Comments FAQ:

VB Commenter
<URL:http://www.gotdotnet.com/team/ide/>
-> section "VB Commenter"

XML Documentation
<URL:http://www.gotdotnet.com/team/vb/>
-> section "XML Documentation"

VBXC - VB.NET XML Commentor
<URL:http://vbxmldoc.tor-erik.net/>

NDOC (formerly DOC.NET)
<URL:http://ndoc.sourceforge.net/>

VB.DOC
<URL:http://vb-doc.sourceforge.net/>

<URL:http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd>

XML comments will be introduced to VB.NET in version 2005 ("Whidbey").

C# XML comments:

<URL:http://msdn.microsoft.com/library/en-us/csref/html/vclrfTagsForDocumentationComments.asp>
 

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