ProxyWebPartConnectionCollection.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 对象。 然后,在集合中向上移动所遵循指定项的所有项,以填充空置的位置。 移动项的索引也会更新。 有关详细信息,请参阅 IList.Remove

适用于

另请参阅