ProviderConnectionPointCollection コンストラクタ (ICollection)
アセンブリ: System.Web (system.web.dll 内)

Dim connectionPoints As ICollection Dim instance As New ProviderConnectionPointCollection(connectionPoints)


このコンストラクタは ProviderConnectionPointCollection クラスの新しいインスタンスを作成し、connectionPoints パラメータに含まれているコネクション ポイントを追加します。
このコンストラクタを使用すると、既存の ProviderConnectionPoint オブジェクトの ICollection コレクションを作成し、そのコレクションを ProviderConnectionPointCollection(ICollection) コンストラクタに渡すことによって、プロバイダ コネクション ポイントの独自のコレクション オブジェクトを作成できます。しかし、WebPartManager コントロールにはプロバイダ コネクション ポイントを含む一般的な操作に必要なメソッド (GetProviderConnectionPoints メソッドなど) が用意されているため、コントロールを拡張する場合を除いては、独自のコレクションを作成する必要はほとんどありません。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ProviderConnectionPointCollection コンストラクタ
ProviderConnectionPointCollection クラスの新しいインスタンスはコードで直接作成できますが、このクラスは ReadOnlyCollectionBase クラスから継承されるため、新しいコレクションは読み取り専用となり、インスタンスの作成後にメンバの追加や削除を行うことはできません。

名前 | 説明 |
---|---|
ProviderConnectionPointCollection () | ProviderConnectionPointCollection クラスの新しい空のインスタンスを初期化します。 |
ProviderConnectionPointCollection (ICollection) | プロバイダ コネクション ポイントのコレクションを指定して、ProviderConnectionPointCollection クラスの新しいインスタンスを初期化します。 |

関連項目
ProviderConnectionPointCollection クラスProviderConnectionPointCollection メンバ
System.Web.UI.WebControls.WebParts 名前空間
その他の技術情報
ASP.NET Web パーツ ページProviderConnectionPointCollection コンストラクタ ()
アセンブリ: System.Web (system.web.dll 内)



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からProviderConnectionPointCollection コンストラクタを検索する場合は、下記のリンクをクリックしてください。

- ProviderConnectionPointCollection コンストラクタのページへのリンク