WebPartConnectionsEventArgs.ProviderConnectionPoint Propiedad

Definición

Obtiene el objeto ProviderConnectionPoint de la conexión actual.

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

Valor de propiedad

ProviderConnectionPoint

ProviderConnectionPoint 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 proveedor, el punto de conexión debe ser un ProviderConnectionPoint 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