다음을 통해 공유


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만 사용할 수 있습니다. 이러한 API는 ID_CAP_GAMERSERVICES 기능이 있는 애플리케이션을 제외하고는 호출할 수 없습니다.

적용 대상