|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
IntellisenceI have search this forum and I want to know if there is only the XML
way to add function description to Intellisence, or there is any way to do it like this <Description("Description etc...")> Public Sub Qwerty Patrick type in 3 comment characters in a row....then youl get an XML template to add
descriptions for the method, returning value, and parameters -- -iwdu15 > type in 3 comment characters in a row....then youl get an XML template to add Yes, but this is only half of the story. Info from XML comments is not > descriptions for the method, returning value, and parameters compiled into assembly. You need to generate XML file and distribute it with your DLL. On the other hand, info from <Description> attribute is compiled into assembly so you don't need anything else. But as I said, it is only used in Properties window, not in Intellisense. To sum it up, you cannot have IntelliSense only with pure DLL file without additional XML file. -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code
MessageBox in Validating event cancels subsequent events
Referencing Controls created at run time. End all running code of .dll Class item not accessible because it's private... but it's not? Dataset Drawstring question... ErrorProvider in .Net 2003 Passing parameters best practice Description of Function How do I send null values to an integer type variable? |
|||||||||||||||||||||||