WebPartManagerInternals.DeleteConnection(WebPartConnection) Método

Definição

Define uma propriedade para indicar que o objeto de conexão especificado foi excluído.Sets a property to indicate that the specified connection object has been deleted.

public:
 void DeleteConnection(System::Web::UI::WebControls::WebParts::WebPartConnection ^ connection);
public void DeleteConnection (System.Web.UI.WebControls.WebParts.WebPartConnection connection);
member this.DeleteConnection : System.Web.UI.WebControls.WebParts.WebPartConnection -> unit
Public Sub DeleteConnection (connection As WebPartConnection)

Parâmetros

connection
WebPartConnection

Um WebPartConnection que foi selecionado para exclusão.A WebPartConnection that has been selected for deletion.

Comentários

O DeleteConnection método é uma etapa no processo de encerrar uma conexão existente entre dois WebPart ou outros controles de servidor em uma página da Web.The DeleteConnection method is one step in the process of terminating an existing connection between two WebPart or other server controls on a Web page. Ele define o ConnectionDeleted valor da propriedade como true para indicar que connection é excluído.It sets the ConnectionDeleted property value to true to indicate that connection is deleted.

Aplica-se a

Confira também