WebPartConnectionsEventArgs.ConsumerConnectionPoint Eigenschaft

Definition

Ruft das ConsumerConnectionPoint-Objekt der aktuellen Verbindung ab.

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

Eigenschaftswert

Der ConsumerConnectionPoint der aktuellen Verbindung.

Hinweise

Eine Verbindung zwischen Steuerelementen in einer Webparts-Zone erfordert, dass ein Steuerelement als Anbieter und ein anderes als Consumer fungiert. Für jedes Steuerelement muss auch ein Verbindungspunkt definiert sein. im Fall des Consumers muss der Verbindungspunkt ein ConsumerConnectionPoint -Objekt sein.

Ausführliche Informationen zu Webpartsverbindungen finden Sie unter WebPartConnection, ConnectionPointund Webparts: Übersicht.

Gilt für:

Weitere Informationen