共用方式為


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。

適用於