GameService.GetPrivilegesAsync 方法

定义

检索当前用户的权限字符串。

public:
 static IAsyncOperation<Platform::String ^> ^ GetPrivilegesAsync();
 static IAsyncOperation<winrt::hstring> GetPrivilegesAsync();
public static IAsyncOperation<string> GetPrivilegesAsync();
function getPrivilegesAsync()
Public Shared Function GetPrivilegesAsync () As IAsyncOperation(Of String)

返回

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

此方法完成后,它将返回特权字符串。

注解

Windows.Phone.System.UserProfile.GameServices.Core 命名空间的所有成员只能由 XBox Live SDK使用。 除非由具有ID_CAP_GAMERSERVICES功能的应用程序调用这些 API。

适用于