MediaQueue.Item Property

Gets the Song at the specified index in the MediaQueue.

Syntax

'Declaration
Public ReadOnly Property Item ( _
         index As Integer _
) As Song 
public Song this [
         int index
] { get; }
public:
property Song default [Int32] {
         Song get (int index);
}

Property Value

Type: Song
A new Song representing the song at the specified index in this MediaQueue.

Remarks

Each call returns a new Song instance.

Requirements

Namespace: Microsoft.Xna.Framework.Media

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

See Also

Reference

MediaQueue.ActiveSongIndex Property
MediaQueue Class
MediaQueue Members
Microsoft.Xna.Framework.Media Namespace

Platforms

Windows Phone