AchievementCollection.Item Property (Int32)
Gets a specific element in the collection using an index value.
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As Achievement
public Achievement this [
int index
] { get; }
public:
property Achievement default [Int32] {
Achievement get (int index);
}
Property Value
Type: Achievement
The achievement at the specified index.
Remarks
Warning
This property retrieves a calculated result only for titles approved to access Xbox LIVE services through the Xbox LIVE Registered Developer Program. For Xbox LIVE Indie games, this property will return immediately with a predetermined default value.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
AchievementCollection Class
AchievementCollection Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone