T O P I C R E V I E W |
DanTe |
Posted - Mar 18 2008 : 9:42:10 PM MS VS2005 support new keyword, __declspec(property()) and display property icon for this property. But VA Intellisense is not support. |
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 19 2008 : 12:04:48 PM According to this article:
http://www.codeproject.com/KB/cpp/virtual_property.aspx?df=100&forumid=85&exp=0&select=29&tid=29
adding __declspec(property()) to a class causes the compiler to automatically substitute the function calls for the variable name. So there is nothing that VA needs to do in this case.
I do not understand what you are talking about.
What problems are you seeing with the keywords abstract, override and sealed? |
DanTe |
Posted - Mar 18 2008 : 9:58:31 PM additionally, abstract, override, sealed keyword is added. |
|
|