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