我的 Win32/NET 应用程序可以成为 Win10 上的 ShareTarget 吗?
Can my Win32/NET app become a ShareTarget on Win10?
如何让我在 Win32 或 .NET (WPF/Winforms) 上构建的桌面应用程序成为 Windows10 上的 ShareTarget,以便其他应用程序可以共享内容?这可能吗?
是的,借助 Desktop Bridge 平台,现在可以使用 Win10 的周年纪念更新了所有桌面应用程序。
请启用该功能,将 'windows.ShareTarget' 扩展添加到您的 appxmanifest,并将 UWP 组件添加到应用程序包以在用户为您的应用程序调用共享操作时提供共享用户体验。
相关博客post(见文章第三个例子):
https://blogs.windows.com/buildingapps/2017/02/01/adding-uwp-features-existing-pc-software
GitHub 上的示例应用程序:
https://github.com/Microsoft/DesktopBridgeToUWP-Samples/tree/master/Samples/WPFasShareTarget
商店中的示例应用程序:
https://www.microsoft.com/en-us/store/p/wpf-app-as-sharetarget/9pjcjljlck37
谢谢,
Stefan Wick - Windows 开发者平台
如何让我在 Win32 或 .NET (WPF/Winforms) 上构建的桌面应用程序成为 Windows10 上的 ShareTarget,以便其他应用程序可以共享内容?这可能吗?
是的,借助 Desktop Bridge 平台,现在可以使用 Win10 的周年纪念更新了所有桌面应用程序。
请启用该功能,将 'windows.ShareTarget' 扩展添加到您的 appxmanifest,并将 UWP 组件添加到应用程序包以在用户为您的应用程序调用共享操作时提供共享用户体验。
相关博客post(见文章第三个例子): https://blogs.windows.com/buildingapps/2017/02/01/adding-uwp-features-existing-pc-software
GitHub 上的示例应用程序: https://github.com/Microsoft/DesktopBridgeToUWP-Samples/tree/master/Samples/WPFasShareTarget
商店中的示例应用程序: https://www.microsoft.com/en-us/store/p/wpf-app-as-sharetarget/9pjcjljlck37
谢谢,
Stefan Wick - Windows 开发者平台