Show user-defined comments for user-defined functions

  • Thread starter Thread starter vinesh
  • Start date Start date
V

vinesh

Whenever a user-defined function or subroutine is created and used in a
page, it shows tooltip(or intellisense) to help developers view the
arguments and parameters of the function. Along with this I sould like to
add my own comments to this.
Let me know how can I do this?
 
Vinesh,

This will be standard in the next version of VBNet as it is now already in
C#

When you will do it still yourself (although I do not know how those are
compatible with the next version of VBNet) have than a look in the FAQ from
Herfried for that.

I hope this gives an idea?

Cor
 
Back
Top