ExtenderControl.IExtenderControl.GetScriptReferences Method

Definition

Registers the script libraries for the control. This method is a private member and cannot be inherited.

 virtual System::Collections::Generic::IEnumerable<System::Web::UI::ScriptReference ^> ^ System.Web.UI.IExtenderControl.GetScriptReferences() = System::Web::UI::IExtenderControl::GetScriptReferences;
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> IExtenderControl.GetScriptReferences ();
abstract member System.Web.UI.IExtenderControl.GetScriptReferences : unit -> seq<System.Web.UI.ScriptReference>
override this.System.Web.UI.IExtenderControl.GetScriptReferences : unit -> seq<System.Web.UI.ScriptReference>
Function GetScriptReferences () As IEnumerable(Of ScriptReference) Implements IExtenderControl.GetScriptReferences

Returns

An object that implements the IEnumerable interface and that contains ECMAScript (JavaScript) files that have been registered as embedded resources.

Implements

Applies to