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 物件。

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

適用於

另請參閱