GameService.ServiceUri 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
게임 서비스의 URI를 가져옵니다.
public:
static property Uri ^ ServiceUri { Uri ^ get(); };
static Uri ServiceUri();
public static System.Uri ServiceUri { get; }
var uri = GameService.serviceUri;
Public Shared ReadOnly Property ServiceUri As Uri
속성 값
게임 서비스의 URI입니다.
설명
Windows.Phone.System.UserProfile.GameServices.Core 네임스페이스의 모든 멤버는 XBox Live SDK만 사용할 수 있습니다. ID_CAP_GAMERSERVICES 기능이 있는 애플리케이션을 제외하고는 이러한 API를 호출할 수 없습니다.