0

I am porting a Windows 8 Metro application to a Windows 8 Phone app. While the Win 8 phone app compiles, there are many API's which throw the API not implemented exception at runtime.

Is there a way to identify all the API's that are not implemented in an existing source?

The only way I can think of doing is to identify all API's being used in my app and then check if that API is supported or not.

Thanks, Avinash

4

1 回答 1

0

MSDN 将指定是否未实现给定的 API。

它将有一个像这样的部分:(例如,参见这个页面,这是一个常见的例子)

评论

视窗电话 8

此 API 未实现,如果调用将引发异常。

正如页面下方所说的那样,这很令人困惑......

最低支持手机 Windows Phone 8

...但正如您已经发现的那样,这是一种误导。

我认为 Intellisense 的工具提示也可以在 Visual Studio 中为您提供帮助。

于 2013-04-25T09:05:09.337 回答