Timer.GetScriptDescriptors Метод

Определение

Извлекает свойства из объекта Timer, передаваемого клиентскому компоненту, реализующему логику таймера в браузере.

protected:
 virtual System::Collections::Generic::IEnumerable<System::Web::UI::ScriptDescriptor ^> ^ GetScriptDescriptors();
protected virtual System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors ();
abstract member GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
override this.GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
Protected Overridable Function GetScriptDescriptors () As IEnumerable(Of ScriptDescriptor)
Protected Iterator Overridable Function GetScriptDescriptors () As IEnumerable(Of ScriptDescriptor)

Возвращаемое значение

IEnumerable<ScriptDescriptor>

Массив типа ScriptDescriptor.

Комментарии

Метод GetScriptDescriptors добавляет свойства Interval из Enabled экземпляра класса в Timer ScriptDescriptor объект. Клиентский компонент обращается к значениям и задает соответствующие значения в скрипте.

Применяется к