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 部件区域中的控件之间的连接要求一个控件充当提供程序,另一个控件充当使用者。 每个控件还必须定义一个连接点;在提供程序的情况下,连接点必须是 对象 ProviderConnectionPoint

有关 Web 部件连接的详细信息,请参阅 WebPartConnectionConnectionPointWeb 部件连接概述

适用于

另请参阅