ProxyWebPartConnectionCollection クラス
アセンブリ: System.Web (system.web.dll 内)


ProxyWebPartConnectionCollection クラスは特定の開発シナリオで使用されます。Web パーツ アプリケーションがマスタ ページを使用する場合に、WebPartManager コントロールがマスタ ページで宣言され、個別の WebPartConnection オブジェクトがコンテンツ ページで静的接続として宣言されているとき、ProxyWebPartConnectionCollection クラスが使用されます。コンテンツ ページでは、複数の ProxyWebPartManager コントロールを宣言できます。これは、1 つのページで 1 つの WebPartManager コントロールしか宣言できないという通常の規則とは異なります。コンテンツ ページ上の各 ProxyWebPartManager コントロールには <StaticConnections> 要素を格納でき、この要素には 1 つ以上の宣言された <asp:webpartconnection> 要素を格納できます。ProxyWebPartConnectionCollection クラスは、各コンテンツ ページで宣言されたすべての静的接続のコレクションを作成するために Web パーツ コントロール セットによって使用され、これらのコレクションは、最終的に WebPartManager コントロールの StaticConnections コレクションに追加されます。
ProxyWebPartConnectionCollection クラスは、ProxyWebPartManager コントロールの StaticConnections プロパティによって参照される静的 WebPartConnection オブジェクトを作成するために使用されます。


System.Collections.CollectionBase
System.Web.UI.WebControls.WebParts.ProxyWebPartConnectionCollection


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ProxyWebPartConnectionCollection クラスのページへのリンク