ClientScriptItemCollectionとは? わかりやすく解説

ClientScriptItemCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

デザイン時に Web フォームまたはユーザー コントロール内に格納されるクライアント スクリプト ブロック読み取り専用コレクション表します。このクラス継承できません。

名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public NotInheritable Class
 ClientScriptItemCollection
    Inherits ReadOnlyCollectionBase
Dim instance As ClientScriptItemCollection
public sealed class ClientScriptItemCollection
 : ReadOnlyCollectionBase
public ref class ClientScriptItemCollection
 sealed : public ReadOnlyCollectionBase
public final class ClientScriptItemCollection
 extends ReadOnlyCollectionBase
public final class ClientScriptItemCollection
 extends ReadOnlyCollectionBase
解説解説
継承階層継承階層
System.Object
   System.Collections.ReadOnlyCollectionBase
    System.Web.UI.Design.ClientScriptItemCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ClientScriptItemCollection メンバ
System.Web.UI.Design 名前空間
ReadOnlyCollectionBase
ClientScriptItem クラス
WebFormsRootDesigner
ClientScriptManager

ClientScriptItemCollection コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ClientScriptItemCollection クラス新しインスタンス初期化します。

名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public Sub New ( _
    clientScriptItems As ClientScriptItem() _
)
Dim clientScriptItems As ClientScriptItem()

Dim instance As New ClientScriptItemCollection(clientScriptItems)
public ClientScriptItemCollection (
    ClientScriptItem[] clientScriptItems
)
public:
ClientScriptItemCollection (
    array<ClientScriptItem^>^ clientScriptItems
)
public ClientScriptItemCollection (
    ClientScriptItem[] clientScriptItems
)
public function ClientScriptItemCollection
 (
    clientScriptItems : ClientScriptItem[]
)

パラメータ

clientScriptItems

コレクション初期化するために使用する ClientScriptItem 要素配列

解説解説

clientScriptItemsnull 参照 (Visual Basic では Nothing) (Visual Basic の場合Nothing) であるか、要素含んでない場合コンストラクタは空の ClientScriptItemCollection オブジェクト初期化します。それ以外場合clientScriptItems 配列の項目が ClientScriptItemCollection の項目を設定するために使用されます。

通常ClientScriptItemCollection コンストラクタは、WebFormsRootDesigner クラスから派生したクラス内で使用しますビジュアルなデザイナは、GetClientScriptsInDocument メソッド実装して、デザイン時に Web ドキュメントクライアント スクリプト要素ClientScriptItemCollection オブジェクト返します

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ClientScriptItemCollection クラス
ClientScriptItemCollection メンバ
System.Web.UI.Design 名前空間
GetClientScriptsInDocument
ClientScriptItem クラス

ClientScriptItemCollection プロパティ


パブリック プロパティパブリック プロパティ

( プロテクト プロパティ参照)
  名前 説明
パブリック プロパティ Count  ReadOnlyCollectionBase インスタンス格納されている要素の数を取得します。 ( ReadOnlyCollectionBase から継承されます。)
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ InnerList  ReadOnlyCollectionBase インスタンス格納されている要素リスト取得します。 ( ReadOnlyCollectionBase から継承されます。)
参照参照

関連項目

ClientScriptItemCollection クラス
System.Web.UI.Design 名前空間
ReadOnlyCollectionBase
ClientScriptItem クラス
WebFormsRootDesigner
ClientScriptManager

ClientScriptItemCollection メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ClientScriptItemCollection クラス
System.Web.UI.Design 名前空間
ReadOnlyCollectionBase
ClientScriptItem クラス
WebFormsRootDesigner
ClientScriptManager

ClientScriptItemCollection メンバ

デザイン時に Web フォームまたはユーザー コントロール内に格納されるクライアント スクリプト ブロック読み取り専用コレクション表します。このクラス継承できません。

ClientScriptItemCollection データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド ClientScriptItemCollection ClientScriptItemCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
( プロテクト プロパティ参照)
  名前 説明
パブリック プロパティ Count  ReadOnlyCollectionBase インスタンス格納されている要素の数を取得します。(ReadOnlyCollectionBase から継承されます。)
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ InnerList  ReadOnlyCollectionBase インスタンス格納されている要素リスト取得します。(ReadOnlyCollectionBase から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ClientScriptItemCollection クラス
System.Web.UI.Design 名前空間
ReadOnlyCollectionBase
ClientScriptItem クラス
WebFormsRootDesigner
ClientScriptManager


このページでは「.NET Framework クラス ライブラリ リファレンス」からClientScriptItemCollectionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からClientScriptItemCollectionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からClientScriptItemCollection を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ClientScriptItemCollection」の関連用語

ClientScriptItemCollectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ClientScriptItemCollectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS