MediaChapterCollection.ICollection<MediaChapter>.Remove Method

For a description of this member, see ICollection<T>.Remove.

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

Syntax

'Declaration
Private Function Remove ( _
    item As MediaChapter _
) As Boolean Implements ICollection(Of MediaChapter).Remove
'Usage
Dim instance As MediaChapterCollection
Dim item As MediaChapter
Dim returnValue As Boolean

returnValue = CType(instance, ICollection(Of MediaChapter)).Remove(item)
bool ICollection<MediaChapter>.Remove(
    MediaChapter item
)

Parameters

Return Value

Type: System.Boolean
true if item was successfully removed from the ICollection<T> object; otherwise, false. This method also returns false if item is not found in the original ICollection<T> object.

Implements

ICollection<T>.Remove(T)

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