言語

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 オブジェクトをコレクションの末尾に追加することもできます。

適用対象