Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

I created a function which accepts 2 parameters : user and pass.

When I acces that function, I get a tooltip about the user and a pass . How do I specify in the tooltip what is the purpose of the function and other details, like most of functions from .net framework have ?

Edited by PROKA
Development & Research Department @ Elven Soft
Posted

Define some of the XML-based documentation. From within Visual Studio, just go above a function and type three forward slashes, e.g. ///

 

The rest should be self-explanatory. You can then use a tool like nDoc to document your entire system and build Microsoft-styled help documents.

  • Leaders
Posted
I've downloaded an add-in before that did the exact same thing for VB. You typed three apostrophes and it would give you the <summary>, <paramater>, etc. tabs and all that good stuff. I don't have it anymore though, and can't remember what it is called.
[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...