comment in VB.net

  • Thread starter Thread starter popman
  • Start date Start date
P

popman

In c#,we can you use <summary>description</summary> to add comments on
methods or proerties.The comment will be displayed in a popup window when
mouse stopped on that method.How should I do to add comments in vb.net?

Thanks
 
* "popman said:
In c#,we can you use <summary>description</summary> to add comments on
methods or proerties.The comment will be displayed in a popup window when
mouse stopped on that method.How should I do to add comments in vb.net?

For VB.NET 2002/2003:

My XML Comments FAQ:

VB Commenter
<http://www.gotdotnet.com/team/ide/>
-> section "VB Commenter"

XML Documentation
<http://www.gotdotnet.com/team/vb/>
-> section "XML Documentation"

VBXC - VB.NET XML Commentor
<http://vbxmldoc.tor-erik.net/index.shtml>

NDOC (formerly DOC.NET)
<http://ndoc.sourceforge.net/>

VB.DOC
<http://vb-doc.sourceforge.net/>

<http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd>
 
Back
Top