Windows ストアアプリ: サンプル
Web Player

Windows Store Apps: コードスニペット

“Rate Us” 機能を実装するには

ボタンクリックで以下の行と関連付けます。

#if NETFX_CORE
            string productID =  Windows.ApplicationModel.Package.Current.Id.FamilyName;
            Application.OpenURL("ms-windows-store://pdp/?ProductId=" + productID);
#endif
Windows ストアアプリ: サンプル
Web Player