WebPartConnectionsEventArgs.ProviderConnectionPoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前连接的 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 部件连接的详细信息,请参阅 WebPartConnection、 ConnectionPoint和 Web 部件连接概述。