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)

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

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

Комментарии

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

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