|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Intellisense for componentI created a component for other projects and now I want to add an
intellisense description to the public properties and methods, which will be visible in visual studio .net 2003 - how can i do this? Thank's kikde You need to use XML comments and generate XML documentation file from
them. Then you just place this XML file in the same folder as your DLL. IntelliSense and Object Browser help will work then. You can also add property description in Properties Window using Description attribute. See http://tinyurl.com/jh2xk for more info. There are several tools that you can use for it, including our VBdocman ..NET. -- Peter Macej Helixoft - http://www.helixoft.com VSdocman - Commenter and generator of class documentation for C#, VB ..NET and ASP .NET code "kikde" <ki***@discussions.microsoft.com> schrieb: Adding IntelliSense tooltips, XML comments, and documentation>I created a component for other projects and now I want to add an > intellisense description to the public properties and methods, which will > be > visible in visual studio .net 2003 - how can i do this? <URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxmldocumentation&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |
|||||||||||||||||||||||