WebPartConnectionCollection.Remove(WebPartConnection) 方法

定义

从集合中移除指定的 WebPartConnection 对象。

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

参数

value
WebPartConnection

要删除的 WebPartConnection

注解

使用此方法可 WebPartConnection 从集合中移除指定的对象。 然后,将在集合中向上移动指定项之后的所有项,以填充空白位置。 已移动项的索引也会更新。 有关详细信息,请参阅 Remove

适用于