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
- index
Type: System.Int32
The index position of the MediaChapter object to return.
Property Value
Type: System.Web.UI.SilverlightControls.MediaChapter
The element at the specified index.
Implements
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.