Maybe a strange question:
Does someone know how to add a description to a property method or event??
In Visual Studio.NET, methods and properties have a description which appears in a tooltip. Please let me know how to do this.
Thanks.
Printable View
Maybe a strange question:
Does someone know how to add a description to a property method or event??
In Visual Studio.NET, methods and properties have a description which appears in a tooltip. Please let me know how to do this.
Thanks.
Sadly , this feature included in C# and C++ only .Quote:
Originally posted by M@rtyn12345
Maybe a strange question:
Does someone know how to add a description to a property method or event??
In Visual Studio.NET, methods and properties have a description which appears in a tooltip. Please let me know how to do this.
Thanks.
Use XML Documentation Tool in this link !
Thanks!