WebPartConnectionsEventArgs.ConsumerConnectionPoint Propiedad

Definición

Obtiene el objeto ConsumerConnectionPoint de la conexión actual.

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

Valor de propiedad

ConsumerConnectionPoint

ConsumerConnectionPoint de la conexión actual.

Comentarios

Una conexión entre los controles de una zona elementos web requiere un control que actúe como proveedor y otro para que actúe como consumidor. Cada control también debe tener un punto de conexión definido. en el caso del consumidor, el punto de conexión debe ser un ConsumerConnectionPoint objeto.

Para obtener más información acerca de las conexiones de elementos web, vea WebPartConnection , ConnectionPoint y elementos Web información general sobre conexiones.

Se aplica a

Consulte también