Share via


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 を挿入する位置の、0 から始まるインデックス。

value
WebPartConnection

挿入する WebPartConnection

注釈

コレクション内の指定したインデックス位置に、指定したオブジェクトを挿入するには、このメソッドを使用し WebPartConnection ます。 代わりに、 WebPartConnection メソッドを使用して、コレクションの末尾にオブジェクトを追加することもでき Add ます。

適用対象