Guide.ShowPlayers Method
Shows the Players user interface.
Syntax
'Declaration
Public Shared Sub ShowPlayers ( _
player As PlayerIndex _
)
public static void ShowPlayers (
PlayerIndex player
)
public:
static void ShowPlayers(
PlayerIndex player
)
Parameters
player
Type: PlayerIndexIndex of the player making the request.
The profile specified by player must be signed in when calling this function.
Remarks
Windows Phone Specific Information |
---|
This method cannot be used on Windows Phone. If called, it throws a NotSupportedException. |
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
Guide Class
Guide Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone