Class/Function Informatoin

  • Thread starter Thread starter David Pendrey
  • Start date Start date
D

David Pendrey

Does anyone know how to add the comments which show up for classes,
properties, functions, etc in the object browser when coding in VB dot net?
I know it's done by adding comments in a certain format in C# but can't
figure it out in VB.NET. Any help would be appreciated.....
 
If you are using VB 2005, use the new XML comments feature, else you can
create the XML comments file manually or use a tool like VB documentor.
 
There are several features in my add-in (below) to add headers to files,
classes, and procedures. The headers are customizable, so you can make them
XML-compliant. There are also features to review that all headers and in
place and are compliant with the template header.
..
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
David Pendrey said:
Does anyone know how to add the comments which show up for classes,
properties, functions, etc in the object browser when coding in VB dot
net? I know it's done by adding comments in a certain format in C# but
can't figure it out in VB.NET. Any help would be appreciated.....

Adding IntelliSense tooltips, XML comments, and documentation
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxmldocumentation&lang=en>
 
Good program, but I can't see the info I type into the comments in the
object browser. I have tried to compile the project and tried to close DOT
NET and re-open and even add a reference to the compiled object into another
project but to no avail. Hope you guys can help
 

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

Back
Top