ScriptControl.GetScriptReferences Metoda

Definice

Při přepsání v odvozené třídě vrátí soubory skriptu pro ovládací prvek.

protected:
 abstract System::Collections::Generic::IEnumerable<System::Web::UI::ScriptReference ^> ^ GetScriptReferences();
protected abstract System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences();
abstract member GetScriptReferences : unit -> seq<System.Web.UI.ScriptReference>
Protected MustOverride Function GetScriptReferences () As IEnumerable(Of ScriptReference)

Návraty

Kolekce IEnumerable obsahující soubory ECMAScriptu (JavaScript), které byly registrovány jako vložené prostředky.

Platí pro