Click to See Complete Forum and Search --> : Parameter info *solved*??
freightliner
Nov 8th, 2002, 07:59 AM
Does anyone now how you have to add Parameter info to a sub you made yourself??:confused:
Cander
Nov 8th, 2002, 08:13 AM
huh? just type in the parameter
freightliner
Nov 9th, 2002, 08:53 AM
:( i just mean when you call a sub, and you open ( ; you get some information. i want to know how to do that.
Lethal
Nov 9th, 2002, 10:37 AM
If I understand the question correctly, you are looking for the paramaters intellisense feature..This is made available by default when you add paramaters to your method.
Lethal
Nov 9th, 2002, 10:47 AM
Unless he's referring to creating an enum??
DevGrp
Nov 9th, 2002, 11:39 AM
I think hes refering to the additional info that tells what the class does. I know in C#, you use the XML documentation feature, and it will automatically show up.
Lethal
Nov 9th, 2002, 05:32 PM
Ok, if that's the case, just type '///' in your code and you will get a list of predefined xml tags you can use to document your source, which in the end will be stored with the metadata.
DevGrp
Nov 9th, 2002, 05:59 PM
/// is used in C#. That wont work in VB. There was a topic discussing the same thing a while back. If you do a search you might find what you are looking for.
Good luck.
Lethal
Nov 9th, 2002, 06:06 PM
Damn, I keep forgetting what board I'm posting on...;)
PT Exorcist
Nov 9th, 2002, 06:58 PM
the conclusion of the other topic was u cant do that in vb.net :(
freightliner
Nov 13th, 2002, 03:27 AM
damn you microsoft :mad:
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.