다음을 통해 공유


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 .

적용 대상