MediaChapterCollection.Remove Method

Removes the first occurrence of a specific MediaChapter object from the MediaChapterCollection instance.

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

Syntax

'Declaration
Public Sub Remove ( _
    mediaChapter As MediaChapter _
)
'Usage
Dim instance As MediaChapterCollection
Dim mediaChapter As MediaChapter

instance.Remove(mediaChapter)
public void Remove(
    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