편집

다음을 통해 공유


TitleCallableUI.CheckGamingPrivilegeSilently(GamingPrivilege) Method

Definition

Checks if the current user has a specific privilege

public static bool CheckGamingPrivilegeSilently (Microsoft.Xbox.Services.System.GamingPrivilege privilege);
static member CheckGamingPrivilegeSilently : Microsoft.Xbox.Services.System.GamingPrivilege -> bool
Public Shared Function CheckGamingPrivilegeSilently (privilege As GamingPrivilege) As Boolean

Parameters

privilege
GamingPrivilege

The privilege to check.

Returns

A boolean which is true if the current user has the privilege.

Applies to