Guide.ShowSignIn Method
Shows the user interface a gamer uses for signing into Xbox LIVE.
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
public static void ShowSignIn ( int paneCount, bool onlineOnly )
Parameters
- paneCount
- Type: Int32
Number of panes displayed at sign in. Each pane accepts a single gamer.
On Windows and Windows Phone, only a single pane can be displayed. On Xbox 360, valid values are 1, 2, and 4.
- onlineOnly
- Type: Boolean
Determines the profile types being displayed. true if only online profiles are displayed; false otherwise. If onlineOnly is true, local gamers can sign in as guests of a profile currently signed in.
| Exception type | Condition |
|---|---|
| ArgumentException | The paneCount argument is invalid. Valid options for this parameter are 1, 2, and 4. |
Community Additions
ADD
Show:
Windows Phone Specific Information