MediaPlayer.GetScriptReferences Method
Retrieves the client script for the Sys.UI.Silverlight.MediaPlayer client control.
Namespace: System.Web.UI.SilverlightControls
Assembly: System.Web.Silverlight (in System.Web.Silverlight.dll)
Syntax
'Declaration
Protected Overrides Function GetScriptReferences As IEnumerable(Of ScriptReference)
'Usage
Dim returnValue As IEnumerable(Of ScriptReference)
returnValue = Me.GetScriptReferences()
protected override IEnumerable<ScriptReference> GetScriptReferences()
Return Value
Type: System.Collections.Generic.IEnumerable<ScriptReference>
An enumerator that contains client script for the Sys.UI.Silverlight.MediaPlayer client control.
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.