Board index » Visual Studio » comment in VB.net

comment in VB.net

Visual Studio163
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


-
 

Re:comment in VB.net

To my knowledge this function is not available in VB.NET



OHM



popman wrote:

Quote
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





-

Re:comment in VB.net

* "popman" <neoasp@sohu.com>scripsit:

Quote
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

<www.gotdotnet.com/team/ide/>">www.gotdotnet.com/team/ide/>

->section "VB Commenter"



XML Documentation

<www.gotdotnet.com/team/vb/>">www.gotdotnet.com/team/vb/>

->section "XML Documentation"



VBXC - VB.NET XML Commentor

<vbxmldoc.tor-erik.net/index.shtml>">vbxmldoc.tor-erik.net/index.shtml>



NDOC (formerly DOC.NET)

<ndoc.sourceforge.net/>">ndoc.sourceforge.net/>



VB.DOC

<vb-doc.sourceforge.net/>">vb-doc.sourceforge.net/>



<http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd" rel="nofollow" target="_blank">www.gotdotnet.com/Community/Workspaces/Workspace.aspx>



--

Herfried K. Wagner [MVP]

<www.mvps.org/dotnet>">www.mvps.org/dotnet>

-

Re:comment in VB.net

* "One Handed Man" <Bombay@Duck.net>scripsit:

Quote
To my knowledge this function is not available in VB.NET



Not directly, but it will be available in Whidbey (2004).



--

Herfried K. Wagner [MVP]

<www.mvps.org/dotnet>">www.mvps.org/dotnet>

-