Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/273.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 绑定到互动程序和toast,Windows Phone_C#_Windows_Windows Phone 7_Azure - Fatal编程技术网

C# 绑定到互动程序和toast,Windows Phone

C# 绑定到互动程序和toast,Windows Phone,c#,windows,windows-phone-7,azure,C#,Windows,Windows Phone 7,Azure,我的讲师告诉我,在使用Windows Phone时,不能绑定toast和tile推送通知 例如 channel.BindToShellTile(); channel.BindToShellToast(); 虽然当我做上述工作时,效果很好。有人告诉我,移动应用程序或云服务最终都会失败 有人能解释一下吗?我找不到任何文件说明我不能这么做 谢谢。你可以问你的讲师他为什么这样告诉你:)是的,但我现在想知道,因为它让我感到困扰:-)它在Microsoft.Phone.Notification命名空间中。

我的讲师告诉我,在使用Windows Phone时,不能绑定toast和tile推送通知

例如

channel.BindToShellTile();
channel.BindToShellToast();
虽然当我做上述工作时,效果很好。有人告诉我,移动应用程序或云服务最终都会失败

有人能解释一下吗?我找不到任何文件说明我不能这么做


谢谢。

你可以问你的讲师他为什么这样告诉你:)是的,但我现在想知道,因为它让我感到困扰:-)它在Microsoft.Phone.Notification命名空间中。名称空间表示它自己属于windows phone。所以我觉得你的讲师有点困惑,或者他说了其他的事情,我会和他讨论这个,我觉得他困惑了。