WebPartConnectionsEventArgs.Provider Propriedade
Definição
public:
property System::Web::UI::WebControls::WebParts::WebPart ^ Provider { System::Web::UI::WebControls::WebParts::WebPart ^ get(); };
public System.Web.UI.WebControls.WebParts.WebPart Provider { get; }
member this.Provider : System.Web.UI.WebControls.WebParts.WebPart
Public ReadOnly Property Provider As WebPart
Valor da propriedade
O WebPart atuando como o provedor.The WebPart acting as the provider.
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 provedor, o ponto de conexão deve ser um ProviderConnectionPoint objeto.Each control must also have a connection point defined; in the provider's case, the connection point must be a ProviderConnectionPoint 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.