Has MSDN Dropped Compact Framework already?

Posted by Vaccano on Stack Overflow See other posts from Stack Overflow or by Vaccano
Published on 2010-06-11T18:19:11Z Indexed on 2010/06/11 18:22 UTC
Read the original article Hit count: 659

MSDN Documentation used to indicate if a method was supported on the compact framework. But now I can't find that info anymore.

I know that Microsoft has dropped Compact Framework like a hot potato, but I did not know that they had ripped it out of the docs.

As examples of what I am talking about here is a link to the Graphics Members. They used to show which methods were supported in the Compact Framework next to each method. Now they do not.

Also, here are two methods:

  1. Graphics.MeasureString Method (String, Font, Int32)
  2. Graphics.MeasureString Method (String, Font)

The first is not supported in the compact framework, but the second is. But the docs don't tell you that (at least not at the bottom where they used to).

Am I missing something? Is there a way to still get this info?

© Stack Overflow or respective owner

Related posts about documentation

Related posts about compact-framework