WebPartConnectionsEventArgs.ConsumerConnectionPoint プロパティ

定義

現在の接続の ConsumerConnectionPoint オブジェクトを取得します。

public:
 property System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ ConsumerConnectionPoint { System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ get(); };
public System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint ConsumerConnectionPoint { get; }
member this.ConsumerConnectionPoint : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
Public ReadOnly Property ConsumerConnectionPoint As ConsumerConnectionPoint

プロパティ値

現在の接続の ConsumerConnectionPoint

注釈

Web パーツ ゾーン内のコントロール間の接続では、1 つのコントロールがプロバイダーとして機能し、もう 1 つのコントロールがコンシューマーとして機能する必要があります。 各コントロールには、接続ポイントも定義されている必要があります。コンシューマーの場合、接続ポイントは オブジェクトである ConsumerConnectionPoint 必要があります。

Web パーツ接続の詳細については、「、、および Web パーツ接続の概要」を参照してくださいWebPartConnectionConnectionPoint

適用対象

こちらもご覧ください