次の方法で共有


WebPartConnectionsEventArgs.ProviderConnectionPoint プロパティ

定義

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

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

プロパティ値

現在の接続の ProviderConnectionPoint

注釈

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

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

適用対象

こちらもご覧ください