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。

适用于