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が追加されます。

適用対象

こちらもご覧ください