ProxyWebPartConnectionCollection.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

備註

如果 index 等於集合中的專案數,則 value 會附加至集合的結尾。

適用於

另請參閱