WebPartManager.ActivateConnections 方法

定义

激活网页上当前所有非活动连接。

protected:
 virtual void ActivateConnections();
protected virtual void ActivateConnections ();
abstract member ActivateConnections : unit -> unit
override this.ActivateConnections : unit -> unit
Protected Overridable Sub ActivateConnections ()

注解

每次ActivateConnections请求页时,都会调用 方法,以激活驻留在WebPartZoneBase区域中的其他服务器控件之间的WebPart现有连接。 在某些情况下,例如,如果正在激活的连接中存在冲突,则此方法又调用 DisconnectWebPart 方法以结束有问题的连接。 在断开连接过程中, WebPartsDisconnecting 将引发 事件。 通常,开发人员可以取消此事件,但如果这是连接之间的冲突,则无法取消,因为 WebPartManager 控件需要解决冲突才能完成激活连接的过程。 有关详细信息,请参阅 WebPartsDisconnecting 事件。

适用于