Help in Design Mode

A

Alfredo Barrientos

Hi,

I have a question. Writing an add attribute statement, the following
help in a tooltip appears:

Add(key As String, value As String)
Key:
The index assigned to the new attribute in the collection.

When i program my own classes i see just the first line of the tooltip,
the definition of my method, but i want to include a help for each
function or sub parameter. Is it possible?

Thanks,

Alfredo Barrientos
 
J

Jon Skeet [C# MVP]

Alfredo Barrientos said:
I have a question. Writing an add attribute statement, the following
help in a tooltip appears:

Add(key As String, value As String)
Key:
The index assigned to the new attribute in the collection.

When i program my own classes i see just the first line of the tooltip,
the definition of my method, but i want to include a help for each
function or sub parameter. Is it possible?

XML documentation isn't available in "vanilla" VB.NET 2003, although it
is in 2005. However, I believe there are various free plug-ins for
VB.NET 2003 which provide the functionality. I'm afraid I don't have
any links, but a google search should help you.
 

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

Top