Share via


Silverlight.. Method

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

Syntax

'Declaration
Private Function GetScriptDescriptors As IEnumerable(Of ScriptDescriptor)
    Implements IScriptControl.GetScriptDescriptors
'Usage
Dim instance As Silverlight
Dim returnValue As IEnumerable(Of ScriptDescriptor)

returnValue = CType(instance, IScriptControl).GetScriptDescriptors()
IEnumerable<ScriptDescriptor> IScriptControl.GetScriptDescriptors()

Return Value

Type: System.Collections.Generic.IEnumerable<ScriptDescriptor>

Implements

IScriptControlGetScriptDescriptors()

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Silverlight Class

Silverlight Members

System.Web.UI.SilverlightControls Namespace