Intelisense descriptions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I am writing classes that I can wrap and give to others in the team. What would be nice is to be able to see the method description and its parameter description in VS at design time...same are what you see when are using components supplied by MS

Any help would be great...thanks in advance.
 
* "=?Utf-8?B?c3Bhcm1hcjIwMDA=?= said:
I am writing classes that I can wrap and give to others in the
team. What would be nice is to be able to see the method description and
its parameter description in VS at design time...same are what you see
when are using components supplied by MS.

For VB.NET:

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

Tools:

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

XML Documentation
<URL:http://www.gotdotnet.com/team/vb/>
-> "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>
 
Thanks for this Herfried

I am using VB and I experimented, but no joy. Any chace of a simple example

Thanks in advance.
Regards....
 
Sorry Herfried
Ignore previous message. I was overlooking key information

Thanks for your help

Regards....
 
this is a bit embarasing. I have got the tag in my code as documented using vbcommentator, but I still do not see that descriptions in VS. Can you help?

Thanks in advance.

Regards.
 
* "=?Utf-8?B?c3Bhcm1hcjIwMDA=?= said:
this is a bit embarasing. I have got the tag in my code as documented
using vbcommentator, but I still do not see that descriptions in VS. Can
you help?

Did the tool create the XML file with name "<Name of DLL>.dll.xml"? Is
it stored in the same folder as the DLL?
 
Back
Top