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 追加到集合的末尾。

适用于

另请参阅