MediaChapterCollection.IList<MediaChapter>.Item Property

For a description of this member, see IList<T>.Item.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Private Property Item ( _
    index As Integer _
) As MediaChapter Implements IList(Of MediaChapter).Item
    Get
    Set
'Usage
Dim instance As MediaChapterCollection
Dim index As Integer
Dim value As MediaChapter

value = CType(instance, IList(Of MediaChapter)).Item(index)

CType(instance, IList(Of MediaChapter)).Item(index) = value
MediaChapter IList<MediaChapter>.this[
    int index
] { get; set; }

Parameters

Property Value

Type: System.Web.UI.SilverlightControls.MediaChapter
The element at the specified index.

Implements

IList<T>.Item[Int32]

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

MediaChapterCollection Class

MediaChapterCollection Members

System.Web.UI.SilverlightControls Namespace