MediaChapterCollection.Insert Method

Inserts a MediaChapter object into the MediaChapterCollection instance at the specified index

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

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    mediaChapter As MediaChapter _
)
'Usage
Dim instance As MediaChapterCollection
Dim index As Integer
Dim mediaChapter As MediaChapter

instance.Insert(index, mediaChapter)
public void Insert(
    int index,
    MediaChapter mediaChapter
)

Parameters

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