|
-
March 17th, 2009, 10:15 AM
#1
How to add Descriptions to properties and functions?
I am trying to add some comments to my class properties and functions that will show in Visual Studio when I hover over a function name on the intellisense menues.
public string DomainName
{
get
{
return DomainName_;
}
}
Lets say I have the above property for a class, is it possible for me to add a description where the description shows up during the intellisense menus?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|