WebPartConnectionsEventArgs.ConsumerConnectionPoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前连接的 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 部件区域中控件之间的连接要求一个控件充当提供程序,另一个控件充当使用者。 每个控件还必须定义一个连接点;在使用者的情况下,连接点必须是 ConsumerConnectionPoint 对象。
有关 Web 部件连接的详细信息,请参阅 WebPartConnection、 ConnectionPoint和 Web 部件连接概述。