Compartilhar via


GameService.GetGamerProfileAsync Método

Definição

Recupera o perfil do jogador para o usuário atual.

public:
 static IAsyncOperation<GameServicePropertyCollection ^> ^ GetGamerProfileAsync();
 static IAsyncOperation<GameServicePropertyCollection> GetGamerProfileAsync();
public static IAsyncOperation<GameServicePropertyCollection> GetGamerProfileAsync();
function getGamerProfileAsync()
Public Shared Function GetGamerProfileAsync () As IAsyncOperation(Of GameServicePropertyCollection)

Retornos

Quando esse método é concluído, ele retorna um GameServicePropertyCollection que representa o perfil do jogador.

Comentários

Todos os membros do namespace Windows.Phone.System.UserProfile.GameServices.Core só podem ser usados pelo Live SDK XBox. Essas APIs não podem ser chamadas, exceto por aplicativos que têm a funcionalidade ID_CAP_GAMERSERVICES.

Aplica-se a