Intellisence for a custom object

  • Thread starter Thread starter Osvaldo Bisignano
  • Start date Start date
O

Osvaldo Bisignano

summary and other info are stored in an xml file wich you must set from the
Build Options Screen.
Both files (DLL and XML) must be in the same directory and must have the
same name.

Cheers
Osvaldo
 
Hey,
I created a custom object.
For the public properties I used
/// <summary>
/// xxx
///</summary

and i used also the [description]- attribute.

I build a dll and referenced to it from another
application.
The control works fine, but there is no intellisence and
no description in the propertybox.

What did I do wrong?
I thought that the comments in description are showed as
a tooltip on the method or property.
Thanks
Bene
 
Back
Top