Version: 2021.2
通用 Windows 平台:示例
已知问题

通用 Windows 平台:代码片段

如何实现“Rate Us”功能?

将以下代码行与按钮点击行为相关联。

# if ENABLE_WINMD_SUPPORT
            string productID =  Windows.ApplicationModel.Package.Current.Id.FamilyName;
            Application.OpenURL("ms-windows-store://pdp/?ProductId=" + productID);
# endif

• 2017–05–16 页面已修订

通用 Windows 平台:示例
已知问题