GameService.GetGamerProfileAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.