How do I add intellisense comments to my VB.Net Classes Method and properties?

  • Thread starter Thread starter Steve Mauldin
  • Start date Start date
S

Steve Mauldin

How do I add intellisense comments to my VB.Net Classes Method and
properties? I have found several examples in C# on the web but when I

try and convert them into VB.Net I get errors. Specifically I have tried
setting a description attribute with no sucess. Any help would be greatly
appreciated.
 
Check the MSDN site and GotDotNet.com site for VB code comment documentation
components and add-ins.

This will be a built-in feature in the next version of VS.

-Rob Teixeira [MVP]
 

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