다음을 통해 공유


HtmlTableRow.HtmlTableCellControlCollection 클래스

정의

HtmlTableCell 컨트롤의 셀인 HtmlTableRow 개체 컬렉션을 나타냅니다.

protected: ref class HtmlTableRow::HtmlTableCellControlCollection : System::Web::UI::ControlCollection
protected class HtmlTableRow.HtmlTableCellControlCollection : System.Web.UI.ControlCollection
Protected Class HtmlTableRow.HtmlTableCellControlCollection
Inherits ControlCollection
상속
HtmlTableRow.HtmlTableCellControlCollection

설명

합니다 HtmlTableRow.HtmlTableCellControlCollection 클래스의 컬렉션을 나타냅니다 HtmlTableCell 에 대 한 개체는 HtmlTableRow 제어 합니다. 컨트롤을 사용 하 여 컬렉션의 끝에 추가할 수 있습니다 합니다 Add 메서드 또는 사용 하 여 컬렉션에서 지정한 인덱스 위치는 AddAt 메서드.

유형의 컨트롤만 HtmlTableCell 에 추가할 수는 HtmlTableRow.HtmlTableCellControlCollection 컬렉션입니다.

속성

Count

지정된 ASP.NET 서버 컨트롤의 ControlCollection 개체에 있는 서버 컨트롤 수를 가져옵니다.

(다음에서 상속됨 ControlCollection)
IsReadOnly

ControlCollection 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ControlCollection)
IsSynchronized

ControlCollection 개체가 동기화되었는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ControlCollection)
Item[Int32]

ControlCollection 개체의 지정된 인덱스 위치에서 서버 컨트롤에 대한 참조를 가져옵니다.

(다음에서 상속됨 ControlCollection)
Owner

ControlCollection 개체가 들어 있는 ASP.NET 서버 컨트롤을 가져옵니다.

(다음에서 상속됨 ControlCollection)
SyncRoot

컨트롤 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

(다음에서 상속됨 ControlCollection)

메서드

Add(Control)

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

AddAt(Int32, Control)

지정된 Control 개체를 컬렉션의 지정된 인덱스 위치에 추가합니다.

Clear()

현재 서버 컨트롤의 ControlCollection 개체에서 컨트롤을 모두 제거합니다.

(다음에서 상속됨 ControlCollection)
Contains(Control)

지정된 서버 컨트롤이 부모 서버 컨트롤의 ControlCollection 개체에 있는지 여부를 확인합니다.

(다음에서 상속됨 ControlCollection)
CopyTo(Array, Int32)

ControlCollection 개체에 저장된 자식 컨트롤을 Array에서 지정된 인덱스 위치의 시작 부분에 있는 Array 개체에 복사합니다.

(다음에서 상속됨 ControlCollection)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

ControlCollection 개체를 반복할 수 있는 열거자를 검색합니다.

(다음에서 상속됨 ControlCollection)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(Control)

컬렉션에서 지정된 Control 개체의 인덱스를 검색합니다.

(다음에서 상속됨 ControlCollection)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(Control)

지정된 서버 컨트롤을 부모 서버 컨트롤의 ControlCollection 개체에서 제거합니다.

(다음에서 상속됨 ControlCollection)
RemoveAt(Int32)

ControlCollection 개체에서 지정된 인덱스 위치의 자식 컨트롤을 제거합니다.

(다음에서 상속됨 ControlCollection)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보