WebPartConnectionsEventArgs.Connection Egenskap

Definition

Hämtar objektet för WebPartConnection den aktuella anslutningen.

public:
 property System::Web::UI::WebControls::WebParts::WebPartConnection ^ Connection { System::Web::UI::WebControls::WebParts::WebPartConnection ^ get(); };
public System.Web.UI.WebControls.WebParts.WebPartConnection Connection { get; }
member this.Connection : System.Web.UI.WebControls.WebParts.WebPartConnection
Public ReadOnly Property Connection As WebPartConnection

Egenskapsvärde

Den aktuella WebPartConnection.

Kommentarer

Objektet WebPartConnection innehåller all information om en webbdelsanslutning, inklusive referenser till providerkontrollen, leverantörens anslutningspunkt, konsumentkontrollen och konsumentens anslutningspunkt.

Mer information om webbdelsanslutningar finns i WebPartConnectionöversikten över , ConnectionPointoch webbdelar.

Gäller för

Se även