Timer.GetScriptDescriptors メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ブラウザーでタイマー ロジックを実装するクライアント コンポーネントに渡される 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 メソッドは、Timer クラスのインスタンスからScriptDescriptor オブジェクトにIntervalプロパティとEnabled プロパティを追加します。 クライアント コンポーネントは値にアクセスし、スクリプト内の対応する値を設定します。