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

適用於