次の方法で共有


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 がコレクションの末尾に追加されます。

適用対象

こちらもご覧ください