Compartir a través de


GameService.GetGamerProfileAsync Método

Definición

Recupera el perfil del jugador para el usuario actual.

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

Devoluciones

Cuando se completa este método, devuelve una clase GameServicePropertyCollection que representa el perfil del jugador.

Comentarios

Todos los miembros del espacio de nombres Windows.Phone.System.UserProfile.GameServices.Core solo pueden ser utilizados por el SDK de Live XBox. Estas API no se pueden llamar a las aplicaciones que tienen la funcionalidad ID_CAP_GAMERSERVICES.

Se aplica a