UpdateProgress.IScriptControl.GetScriptReferences Method ()

 

For a description of this member, see IScriptControl.GetScriptReferences.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

private abstract GetScriptReferences : unit -> IEnumerable<ScriptReference>
private override GetScriptReferences : unit -> IEnumerable<ScriptReference>

Return Value

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

A collection of ScriptReference objects.

This member is an explicit interface member implementation. It can be used only when the UpdateProgress instance is cast to an IScriptControl interface.

.NET Framework
Available since 3.5
Return to top
Show: