Adding a summary to each method,veriable or class

  • Thread starter Thread starter Ahmed
  • Start date Start date
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
 
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>
 
Back
Top