ScriptControl.IScriptControl.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.
When overridden in a derived class, registers script files for the control.
virtual System::Collections::Generic::IEnumerable<System::Web::UI::ScriptReference ^> ^ System.Web.UI.IScriptControl.GetScriptReferences() = System::Web::UI::IScriptControl::GetScriptReferences;
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> IScriptControl.GetScriptReferences ();
abstract member System.Web.UI.IScriptControl.GetScriptReferences : unit -> seq<System.Web.UI.ScriptReference>
override this.System.Web.UI.IScriptControl.GetScriptReferences : unit -> seq<System.Web.UI.ScriptReference>
Function GetScriptReferences () As IEnumerable(Of ScriptReference) Implements IScriptControl.GetScriptReferences
Returns
An IEnumerable collection that contains ECMAScript (JavaScript) files that have been registered as embedded resources.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ScriptControl instance is cast to an IScriptControl interface.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.