ScriptManager.GetRegisteredStartupScripts メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Page オブジェクトに既に登録済みの起動スクリプトの読み取り専用のコレクションを取得します。
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::Web::UI::RegisteredScript ^> ^ GetRegisteredStartupScripts();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript> GetRegisteredStartupScripts ();
member this.GetRegisteredStartupScripts : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript>
Public Function GetRegisteredStartupScripts () As ReadOnlyCollection(Of RegisteredScript)
戻り値
起動スクリプトを含むジェネリック コレクション。
例
注釈
スタートアップ スクリプトは、コントロールの起動時に実行されるコントロールに関連付けられているクライアント スクリプトです。