description in classes

  • Thread starter Thread starter Mihai
  • Start date Start date
M

Mihai

How I can put some description in Properties and functions of a classes ?
I want when I create an instance of this class to see them exactly how
VB.Net is doing ?For example for each parameter of a function to see a
description, for each property a description of what is returning .

Regards,
Mihai
 
How I can put some description in Properties and functions of a classes ?
I want when I create an instance of this class to see them exactly how
VB.Net is doing ?For example for each parameter of a function to see a
description, for each property a description of what is returning .

Regards,
Mihai

What version of vb are you using?

If using VB 2005 just type 3 apostrophes above the method/property and
it should generate the appropriate xml nodes.

Thanks,

Seth Rowe
 
Back
Top