WebPartConnectionCollection.Insert(Int32, WebPartConnection) 方法

定義

在指定索引位置將指定的 WebPartConnection 物件加入集合。

public:
 void Insert(int index, System::Web::UI::WebControls::WebParts::WebPartConnection ^ value);
public void Insert (int index, System.Web.UI.WebControls.WebParts.WebPartConnection value);
member this.Insert : int * System.Web.UI.WebControls.WebParts.WebPartConnection -> unit
Public Sub Insert (index As Integer, value As WebPartConnection)

參數

index
Int32

要插入 WebPartConnection 之以零起始的索引位置。

value
WebPartConnection

要插入的 WebPartConnection

備註

使用這個方法可將指定的 WebPartConnection 物件插入集合中指定的索引處。 或者,您可以 WebPartConnection 使用方法,將物件附加至集合的結尾 Add

適用於