Confused by CF documentation

  • Thread starter Thread starter Stefan Hong
  • Start date Start date
S

Stefan Hong

I'm so confused by the documentation comes with vs.net 2003. When the
CF filter is on, it correctly lists only CF types/methods in the class
library reference, but always lists all events available in full
framework. On the other hand, delegates such as System.EventHandler are
not listed. I have to jump back to vs.net to let IntelliSence tell me
what's really available.

Am I using the right document? Any better offline reference for CF?


Thanks,
Stefan
 
There is an issue with how the documentation is generated so that none of
the Events are marked as supported by the .NET Compact Framework in the
table of members. Generally a good reference to what is supported in your
project is to use the Object Browser in VS since this will list only
supported members in the CF libraries. Then refer to the documentation for
more information about a specific item.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top