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

TransformerTypeCollection クラス

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

WebPartTransformer オブジェクト読み取り専用コレクション提供します

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

Public NotInheritable Class
 TransformerTypeCollection
    Inherits ReadOnlyCollectionBase
Dim instance As TransformerTypeCollection
public sealed class TransformerTypeCollection
 : ReadOnlyCollectionBase
public ref class TransformerTypeCollection
 sealed : public ReadOnlyCollectionBase
public final class TransformerTypeCollection
 extends ReadOnlyCollectionBase
public final class TransformerTypeCollection
 extends ReadOnlyCollectionBase
解説解説

TransformerTypeCollection クラスは、通常、ConnectionsZone オブジェクトおよび WebPartManager オブジェクトWebPartTransformer オブジェクトセット管理するために使用するオブジェクト読み取り専用コレクション表します

A WebPartManager コントロールは、ページ上の使用できる WebPartTransformer オブジェクトリスト保持するために TransformerTypeCollection コレクション使用します。それに対してConnectionsZone オブジェクトは、TransformerTypeCollection コレクション格納されている使用できる WebPartTransformer オブジェクト追跡するために、このコレクション使用します

TransformerTypeCollection コレクション読み取り専用であってもコレクション内で参照されている、基になるコントロールプロパティプログラムによって変更できます

.NET Framework のセキュリティ.NET Frameworkセキュリティ
継承階層継承階層
System.Object
   System.Collections.ReadOnlyCollectionBase
    System.Web.UI.WebControls.WebParts.TransformerTypeCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TransformerTypeCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間

TransformerTypeCollection コンストラクタ ()


TransformerTypeCollection コンストラクタ (ICollection)

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

指定したWebPartTransformer オブジェクト格納する TransformerTypeCollection クラス新しインスタンス初期化します。

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

Public Sub New ( _
    transformerTypes As ICollection _
)
Dim transformerTypes As ICollection

Dim instance As New TransformerTypeCollection(transformerTypes)
public TransformerTypeCollection (
    ICollection transformerTypes
)
public:
TransformerTypeCollection (
    ICollection^ transformerTypes
)
public TransformerTypeCollection (
    ICollection transformerTypes
)
public function TransformerTypeCollection (
    transformerTypes : ICollection
)

パラメータ

transformerTypes

WebPartTransformer オブジェクトコレクション

例外例外
例外種類条件

ArgumentException

transformerTypes は、トランスフォーマでないオブジェクト格納してます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TransformerTypeCollection クラス
TransformerTypeCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間

TransformerTypeCollection コンストラクタ (TransformerTypeCollection, ICollection)

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

既存TransformerTypeCollection コレクション指定した WebPartTransformer オブジェクト組み合わせることにより、TransformerTypeCollection クラス新しインスタンス初期化します。

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

Public Sub New ( _
    existingTransformerTypes As TransformerTypeCollection, _
    transformerTypes As ICollection _
)
Dim existingTransformerTypes As TransformerTypeCollection
Dim transformerTypes As ICollection

Dim instance As New TransformerTypeCollection(existingTransformerTypes,
 transformerTypes)
public TransformerTypeCollection (
    TransformerTypeCollection existingTransformerTypes,
    ICollection transformerTypes
)
public:
TransformerTypeCollection (
    TransformerTypeCollection^ existingTransformerTypes, 
    ICollection^ transformerTypes
)
public TransformerTypeCollection (
    TransformerTypeCollection existingTransformerTypes, 
    ICollection transformerTypes
)
public function TransformerTypeCollection (
    existingTransformerTypes : TransformerTypeCollection, 
    transformerTypes : ICollection
)

パラメータ

existingTransformerTypes

TransformerTypeCollection に既に格納されている WebPartTransformer オブジェクトコレクション

transformerTypes

existingTransformerTypes パラメータ内のコレクション組み合わせる WebPartTransformer オブジェクトコレクション

例外例外
例外種類条件

ArgumentException

transformerTypes は、トランスフォーマでないオブジェクト格納してます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TransformerTypeCollection クラス
TransformerTypeCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間

TransformerTypeCollection コンストラクタ

TransformerTypeCollection クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
TransformerTypeCollection () コレクションメンバ含まれていない状態で、TransformerTypeCollection クラス新しインスタンス初期化します。
TransformerTypeCollection (ICollection) 指定したWebPartTransformer オブジェクト格納する TransformerTypeCollection クラス新しインスタンス初期化します。
TransformerTypeCollection (TransformerTypeCollection, ICollection) 既存TransformerTypeCollection コレクション指定した WebPartTransformer オブジェクト組み合わせることにより、TransformerTypeCollection クラス新しインスタンス初期化します。
参照参照

関連項目

TransformerTypeCollection クラス
TransformerTypeCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間

TransformerTypeCollection フィールド


パブリック フィールドパブリック フィールド

  名前 説明
パブリック フィールド Empty トランスフォーマを格納するコレクション作成します
参照参照

関連項目

TransformerTypeCollection クラス
System.Web.UI.WebControls.WebParts 名前空間

TransformerTypeCollection プロパティ


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

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

関連項目

TransformerTypeCollection クラス
System.Web.UI.WebControls.WebParts 名前空間

TransformerTypeCollection メソッド


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

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

関連項目

TransformerTypeCollection クラス
System.Web.UI.WebControls.WebParts 名前空間

TransformerTypeCollection メンバ

WebPartTransformer オブジェクト読み取り専用コレクション提供します

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


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド TransformerTypeCollection オーバーロードされます。 TransformerTypeCollection クラス新しインスタンス初期化します。
パブリック フィールドパブリック フィールド
  名前 説明
パブリック フィールド Empty トランスフォーマを格納するコレクション作成します
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ InnerList  ReadOnlyCollectionBase インスタンス格納されている要素リスト取得します。(ReadOnlyCollectionBase から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

TransformerTypeCollection クラス
System.Web.UI.WebControls.WebParts 名前空間



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

辞書ショートカット

すべての辞書の索引

「TransformerTypeCollection」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS