MediaChapterCollection.GetKnownTypes Method

Gets an array of types that the MediaChapterCollection can contain.

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

Syntax

'Declaration
Protected Overrides Function GetKnownTypes As Type()
'Usage
Dim returnValue As Type()

returnValue = Me.GetKnownTypes()
protected override Type[] GetKnownTypes()

Return Value

Type: array<System.Type[]
An ordered array of Type objects that identify the types of objects the collection can contain.

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