Statement completion (reflection?)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i make my own class method description appear on statment completion in visual studio
For instance if i type string.compare VS displays the overloaded methods and the "Compares two specified System.String objects." line. I'd like to have similar descriptions for my methods

Thanks
 
Laszlo Kertes said:
How can i make my own class method description appear on statment
completion in visual studio?
For instance if i type string.compare VS displays the overloaded
methods and the "Compares two specified System.String objects." line.
I'd like to have similar descriptions for my methods.

Look up "XML Documentation" in the MSDN index. (Assuming you're using
C#, at least - if you're using VB.NET, you'll have to get an add-on.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top