|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB.Net XML Comments and Intellisense for COM?Hey All,
I have added my XML comments to my VB.Net solution and from within VS2005 they show up quite nicely in the Object Browser, etc. However, when the class library is referenced from a COM app, the procedure attributes do not show up. Is there a way to fix this? Thanks, TC >However, when the class library is referenced from a COM app, the procedure The COM helpstrings are taken from DescriptionAttributes on your>attributes do not show up. > >Is there a way to fix this? methods, not from XML docs. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. Thanks Mattias!
I see now... just use 'System.ComponentModel'. Simply type the opening angle bracket '<' and the 'Description' attribute is available. Thanks Again, TC Show quoteHide quote "Mattias Sjögren" <mattias.dont.want.spam@mvps.org> wrote in message news:%23qAYNvIBHHA.4592@TK2MSFTNGP03.phx.gbl... > >However, when the class library is referenced from a COM app, the > >procedure >>attributes do not show up. >> >>Is there a way to fix this? > > The COM helpstrings are taken from DescriptionAttributes on your > methods, not from XML docs. > > > Mattias > > -- > Mattias Sjögren [C# MVP] mattias @ mvps.org > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com > Please reply only to the newsgroup.
VB Controls In VB2005
Clipboard Question difference between dataAdapter.InsertCommand/dataAdapter.SelectCom accessing data from a class event in a form Has anyone managed to send email using the smtp localhost? how to create var with same name but another index? Newbie: Event with Control Array Get the value of a cell when row changes in DataGridView Using variable names to change labels add xml validation schema in the xml file |
|||||||||||||||||||||||