ExtenderControl.IExtenderControl.GetScriptReferences Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.