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
- index
Type: System.Int32
The MediaChapter object to insert.
- mediaChapter
Type: System.Web.UI.SilverlightControls.MediaChapter
The zero-based index at which to insert the MediaChapter object.
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.