次の方法で共有


UpdateProgress.GetScriptDescriptors メソッド

定義

UpdateProgress コントロールのクライアント機能に必要なコンポーネント、動作、およびクライアント コントロールのリストを返します。

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 コレクション。

注釈

コントロールにはUpdateProgress、Microsoft Ajax ライブラリ クライアント ライブラリが必要です。 このクライアント クラスは、 メソッドと 、、および DynamicLayout プロパティの値にDisplayAfterAssociatedUpdatePanelID登録されますGetScriptDescriptors

適用対象

こちらもご覧ください