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。
備註
網頁元件區域中控件之間的連線需要一個控件做為提供者,另一個控件才能做為取用者。 每個控件也必須定義連接點;在取用者的案例中,連接點必須是 ConsumerConnectionPoint 物件。
如需網頁元件連線的詳細資訊,請參閱 WebPartConnection、 ConnectionPoint和 Web 元件連線概觀。