SignedInGamerCollection.Item Property (PlayerIndex)
Gets a specific local gamer based on that player's PlayerIndex on the local system.
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As PlayerIndex _
) As SignedInGamer
public SignedInGamer this [
PlayerIndex index
] { get; }
public:
property SignedInGamer default [PlayerIndex] {
SignedInGamer get (PlayerIndex index);
}
Property Value
Type: SignedInGamer
The local gamer at the specified PlayerIndex.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
SignedInGamerCollection Class
SignedInGamerCollection Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone