ScriptManager.GetRegisteredClientScriptBlocks メソッド

定義

ScriptManager コントロールに以前に登録されたクライアント スクリプト ブロックの読み取り専用コレクションを取得します。

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Web::UI::RegisteredScript ^> ^ GetRegisteredClientScriptBlocks();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript> GetRegisteredClientScriptBlocks();
member this.GetRegisteredClientScriptBlocks : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript>
Public Function GetRegisteredClientScriptBlocks () As ReadOnlyCollection(Of RegisteredScript)

返品

クライアント スクリプト ブロックを含むジェネリック コレクション。

注釈

クライアント スクリプト ブロックは、UpdatePanel コントロール内にあるコントロールで使用するために、ScriptManager コントロールに登録されます。

適用対象

こちらもご覧ください