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]
 
Back
Top