|
-
Oct 30th, 2002, 10:34 AM
#1
Thread Starter
Addicted Member
Method/Property tooltips in Classes
In C# this is apparently called 'Document Comments' and works like this
public void blahblah()
{
/// <summary>
/// blah blah blah
/// </summary>
return void;
}
What it does is put up a tooltip when you're looking at a method or property of your class. I can't seem to find any equivalent in VB.NET. Does anyone know how to do this for a class?
-
Oct 30th, 2002, 11:33 AM
#2
VB doesn't have that functionality, you have to use a 3rd part app to add the comments afterwards. There is a free one listed at http://www.gotdotnet.com/Community/M...oard.aspx?ID=8 but I lost the link to the actual post so you'll have to serach for it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|