Windows Phone 7.1 “Send To” functionality?

微笑、不失礼 提交于 2019-12-13 15:24:38

问题


I've been asked to write a prototype application in C# for Windows Phone 7.1 that can take data via functionality like Android's "Share" function and then process such data.

For example: The user opens the mail application and views a PDF attachment. For this attachment, he presses the application's "Share" button, selects my application from a list of registered handlers and my application can process the PDF file.

Questions:

  1. Is such "Share" functionality available in Windows Phone 7.1 at all? (I way told it should be called "Send To")
  2. Can somebody provide me with online reading on how to create respective handlers?

回答1:


I'm unfamiliar with the offering that Android gives, but you can extend the share picker and there is a detailed article on MSDN with example code to do so.



来源:https://stackoverflow.com/questions/10798962/windows-phone-7-1-send-to-functionality

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!