Adding a summary to each method,veriable or class

A

Ahmed

Hi everyone,

I have created a custom control. I would to add a summary for each
method to show in the object browser or as a tooltip when hightlighted.

I heard that is not possible in VB .NET and it is only available in C#.
Is that true?

Thank you,

Ahmed
 
H

Herfried K. Wagner [MVP]

Ahmed said:
I have created a custom control. I would to add a summary for each
method to show in the object browser or as a tooltip when hightlighted.

I heard that is not possible in VB .NET and it is only available in C#.

Currently you will need additional tools, but VB 2005 will include XML
comments:

Adding IntelliSense tooltips, XML comments, and documentation
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxmldocumentation&lang=en>
 

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