Guide.ShowParty Method

Shows the Xbox LIVE Party screen.

Syntax

'Declaration
Public Shared Sub ShowParty ( _
         player As PlayerIndex _
)
public static void ShowParty (
         PlayerIndex player
)
public:
static void ShowParty(
         PlayerIndex player
)

Parameters

  • player
    Type: PlayerIndex
    The player index for whom to bring up the Xbox LIVE Party screen.

Remarks

Dd904216.note(en-us,XNAGameStudio.42).gifWindows Phone Specific Information
This method cannot be used on Windows Phone. If called, it throws a NotSupportedException.

Shows the Xbox LIVE Party screen, which allows players to invite others to the party, to invite party members to the current game session, or to chat with party members.

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