共用方式為


GameService.GrantAchievement(UInt32) 方法

定義

將指定的成就授與目前使用者。

public:
 static void GrantAchievement(unsigned int achievementId);
 static void GrantAchievement(uint32_t const& achievementId);
public static void GrantAchievement(uint achievementId);
function grantAchievement(achievementId)
Public Shared Sub GrantAchievement (achievementId As UInteger)

參數

achievementId
UInt32

unsigned int

uint32_t

成就的識別碼。

備註

Windows.Phone.System.UserProfile.GameServices.Core 命名空間的所有成員只能由 XBox Live SDK使用。 除非具有ID_CAP_GAMERSERVICES功能的應用程式,否則無法呼叫這些 API。

適用於