GameService.GetGamerProfileAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the gamer profile for the current user.
public:
static IAsyncOperation<GameServicePropertyCollection ^> ^ GetGamerProfileAsync();
static IAsyncOperation<GameServicePropertyCollection> GetGamerProfileAsync();
public static IAsyncOperation<GameServicePropertyCollection> GetGamerProfileAsync();
function getGamerProfileAsync()
Public Shared Function GetGamerProfileAsync () As IAsyncOperation(Of GameServicePropertyCollection)
Returns
When this method completes, it returns a GameServicePropertyCollection representing the gamer profile.
Remarks
All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.