UpdateProgress.IScriptControl.GetScriptReferences Método

Definição

Para obter uma descrição desse membro, confira GetScriptReferences().For a description of this member, see GetScriptReferences().

 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

Retornos

IEnumerable<ScriptReference>

Uma coleção de objetos ScriptReference .A collection of ScriptReference objects.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de UpdateProgress é convertida em uma interface de IScriptControl.It can be used only when the UpdateProgress instance is cast to an IScriptControl interface.

Aplica-se a

Confira também