WebPartConnectionsEventArgs.ConsumerConnectionPoint Propriedade

Definição

Obtém o objeto ConsumerConnectionPoint da conexão atual.Gets the ConsumerConnectionPoint object of the current connection.

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 da propriedade

ConsumerConnectionPoint

O ConsumerConnectionPoint da conexão atual.The ConsumerConnectionPoint of the current connection.

Comentários

Uma conexão entre controles em uma zona de Web Parts requer que um controle atue como o provedor e outro para atuar como o consumidor.A connection between controls in a Web Parts zone requires one control to act as the provider and another to act as the consumer. Cada controle também deve ter um ponto de conexão definido; no caso do consumidor, o ponto de conexão deve ser um ConsumerConnectionPoint objeto.Each control must also have a connection point defined; in the consumer's case, the connection point must be a ConsumerConnectionPoint object.

Para obter detalhes sobre conexões de Web Parts, consulte WebPartConnection , ConnectionPoint e Web Parts visão geral de conexões.For details about Web Parts connections, see WebPartConnection, ConnectionPoint, and Web Parts Connections Overview.

Aplica-se a

Confira também