Timer.GetScriptDescriptors Metoda

Definicja

Pobiera właściwości z Timer obiektu przekazywanego do składnika klienta implementującego logikę czasomierza w przeglądarce.

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)

Zwraca

IEnumerable<ScriptDescriptor>

Tablica typu ScriptDescriptor.

Uwagi

Metoda GetScriptDescriptors dodaje Interval właściwości i Enabled z wystąpienia Timer klasy do ScriptDescriptor obiektu. Składnik klienta uzyskuje dostęp do wartości i ustawia odpowiednie wartości w skrycie.

Dotyczy