|
-
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?
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
|