Share via


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

現在の接続の ProviderConnectionPoint

注釈

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

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

適用対象

こちらもご覧ください