Timer::IScriptControl::GetScriptReferences Method ()
.NET Framework (current version)
Retrieves the client script for the Timer control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual IEnumerable<ScriptReference^>^ GetScriptReferences() sealed = IScriptControl::GetScriptReferences
Return Value
Type: System.Collections.Generic::IEnumerable<ScriptReference^>^A ScriptReference object that contains client script for the Timer control.
Implements
IScriptControl::GetScriptReferences()This member is an explicit interface member implementation. It can be used only when the Timer instance is cast to an IScriptControl interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: