标签: windows-phone-7
可能重复: using Clipboard in WP7 programming
例如,您在文本块中有一个长文本,并且您希望有一个按钮来自动将大文本复制并粘贴到剪贴板上,以便您可以将其粘贴到word mobile或其他应用程序中。有没有办法做到这一点?
答案 0 :(得分:1)
There is no copy-paste API in windows phone 7 now.也许它会出现在芒果中。
答案 1 :(得分:0)
Windows手机团队最近在博客上发表了关于他们为下一版操作系统添加剪贴板功能的工作。所以你必须等到那时。
答案 2 :(得分:0)
请参阅: using Clipboard in WP7 programming 和 How to paste a text from textbox to some other application without using SIP?