Share via


Guide.ShowSignIn Method

Shows the user interface a gamer uses for signing into Xbox LIVE.

Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Syntax

public static void ShowSignIn (
         int paneCount,
         bool onlineOnly
)

Parameters

  • paneCount
    Number of panes displayed at sign in. Each pane accepts a single gamer.

    On Windows, only a single pane can be displayed. On Xbox 360, valid values are 1, 2, and 4.

  • onlineOnly
    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.

Exceptions

Exception type Condition
ArgumentException The paneCount argument is invalid. The valid options for this parameter are 1, 2, and 4.

See Also

Reference

Guide Class
Guide Members
Microsoft.Xna.Framework.GamerServices Namespace

Platforms

Xbox 360, Windows XP SP2, Windows Vista