WebPartConnectionsEventArgs.ConsumerConnectionPoint 屬性

定義

取得目前連接的 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

備註

網頁元件區域中控制項之間的連線需要一個控制項做為提供者,另一個控制項才能作為取用者。 每個控制項也必須定義連接點;在取用者的案例中,連接點必須是 ConsumerConnectionPoint 物件。

如需網頁元件連線的詳細資訊,請參閱 WebPartConnectionConnectionPointWeb 元件連線概觀

適用於

另請參閱