项目更新到Windows Phone 8后,反射停止工作

时间:2013-12-29 06:42:00

标签: c# windows-phone-7 windows-phone-8

以下是Microsoft的官方示例(在wp 7.8中使用宽磁贴):

// Get the new FlipTileData type.
Type flipTileDataType = Type.GetType( "Microsoft.Phone.Shell.FlipTileData, Microsoft.Phone" );

// Get the ShellTile type so we can call the new version of "Update" that takes the new Tile templates.
Type shellTileType = Type.GetType( "Microsoft.Phone.Shell.ShellTile, Microsoft.Phone" );

当编译为wp7应用程序时,它在wp7.8和wp8中有效。但是在将项目目标转换为wp8之后,两个请求都返回null。为什么呢?

0 个答案:

没有答案