Sdílet prostřednictvím


Timer.GetScriptDescriptors Metoda

Definice

Načte vlastnosti z objektu Timer , který se předává klientské komponentě, která implementuje logiku časovače v prohlížeči.

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)

Návraty

IEnumerable<ScriptDescriptor>

Pole typu ScriptDescriptor.

Poznámky

Metoda GetScriptDescriptors přidá Interval a Enabled vlastnosti z instance Timer třídy do objektu ScriptDescriptor . Klientská komponenta přistupuje k hodnotám a nastavuje odpovídající hodnoty ve skriptu.

Platí pro