WebPartConnectionsEventArgs コンストラクタ (WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint)
アセンブリ: System.Web (system.web.dll 内)

Public Sub New ( _ provider As WebPart, _ providerConnectionPoint As ProviderConnectionPoint, _ consumer As WebPart, _ consumerConnectionPoint As ConsumerConnectionPoint _ )
Dim provider As WebPart Dim providerConnectionPoint As ProviderConnectionPoint Dim consumer As WebPart Dim consumerConnectionPoint As ConsumerConnectionPoint Dim instance As New WebPartConnectionsEventArgs(provider, providerConnectionPoint, consumer, consumerConnectionPoint)
public WebPartConnectionsEventArgs ( WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint )
public: WebPartConnectionsEventArgs ( WebPart^ provider, ProviderConnectionPoint^ providerConnectionPoint, WebPart^ consumer, ConsumerConnectionPoint^ consumerConnectionPoint )
public WebPartConnectionsEventArgs ( WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint )
public function WebPartConnectionsEventArgs ( provider : WebPart, providerConnectionPoint : ProviderConnectionPoint, consumer : WebPart, consumerConnectionPoint : ConsumerConnectionPoint )
- providerConnectionPoint

これは、既定のコンストラクタです。WebPartConnection オブジェクトは必要としません。このコンストラクタは、その接続関連のパラメータ オブジェクトを対応するプロパティにそれぞれ割り当てることにより、そのプロパティの値を初期化します。

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


WebPartConnectionsEventArgs コンストラクタ (WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint, WebPartConnection)
アセンブリ: System.Web (system.web.dll 内)

Public Sub New ( _ provider As WebPart, _ providerConnectionPoint As ProviderConnectionPoint, _ consumer As WebPart, _ consumerConnectionPoint As ConsumerConnectionPoint, _ connection As WebPartConnection _ )
Dim provider As WebPart Dim providerConnectionPoint As ProviderConnectionPoint Dim consumer As WebPart Dim consumerConnectionPoint As ConsumerConnectionPoint Dim connection As WebPartConnection Dim instance As New WebPartConnectionsEventArgs(provider, providerConnectionPoint, consumer, consumerConnectionPoint, connection)
public WebPartConnectionsEventArgs ( WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint, WebPartConnection connection )
public: WebPartConnectionsEventArgs ( WebPart^ provider, ProviderConnectionPoint^ providerConnectionPoint, WebPart^ consumer, ConsumerConnectionPoint^ consumerConnectionPoint, WebPartConnection^ connection )
public WebPartConnectionsEventArgs ( WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint, WebPartConnection connection )
public function WebPartConnectionsEventArgs ( provider : WebPart, providerConnectionPoint : ProviderConnectionPoint, consumer : WebPart, consumerConnectionPoint : ConsumerConnectionPoint, connection : WebPartConnection )
- provider
プロバイダとして機能する WebPart またはサーバー コントロール。
- providerConnectionPoint
接続の ProviderConnectionPoint。
- consumer
コンシューマとして機能する WebPart またはサーバー コントロール。
- consumerConnectionPoint
接続の ConsumerConnectionPoint。
- connection
WebPartConnection オブジェクト。


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


WebPartConnectionsEventArgs コンストラクタ

名前 | 説明 |
---|---|
WebPartConnectionsEventArgs (WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint) | WebPartConnection オブジェクトを必要とせずに、WebPartConnectionsEventArgs クラスの新しいインスタンスを初期化します。 |
WebPartConnectionsEventArgs (WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint, WebPartConnection) | WebPartConnection オブジェクトを指定して、クラスの新しいインスタンスを初期化します。 |

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