다음을 통해 공유


Table.RowControlCollection.Add(Control) 메서드

정의

지정된 Control 개체를 Table.RowControlCollection 컬렉션에 추가합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 override void Add(System::Web::UI::Control ^ child);
public override void Add (System.Web.UI.Control child);
override this.Add : System.Web.UI.Control -> unit
Public Overrides Sub Add (child As Control)

매개 변수

child
Control

Control에 추가할 Table.RowControlCollection입니다.

예외

child에 의해 지정된 개체가 TableRow가 아닌 경우

설명

사용 된 Add 새 컨트롤을 추가 하는 방법의 Table.RowControlCollection 컬렉션. 지정된 된 컨트롤 배열의 끝에 추가 됩니다. 컨트롤의 인스턴스만 수는 TableRow 제어 합니다.

컨트롤을 추가 하는 Table.RowControlCollection 특정 인덱스 위치를 사용 하 여 컬렉션을 AddAt 메서드.

적용 대상

추가 정보