TableRowCollection.Remove(TableRow) 메서드

정의

지정된 항목을 컬렉션에서 제거합니다.

public:
 virtual bool Remove(System::Windows::Documents::TableRow ^ item);
public bool Remove (System.Windows.Documents.TableRow item);
abstract member Remove : System.Windows.Documents.TableRow -> bool
override this.Remove : System.Windows.Documents.TableRow -> bool
Public Function Remove (item As TableRow) As Boolean

매개 변수

item
TableRow

컬렉션에서 제거할 항목입니다.

반환

Boolean

지정된 항목을 찾아 제거했으면 true이고, 그렇지 않으면 false입니다.

구현

예외

item 이 컬렉션에 없는 경우 발생합니다.

항목null 일 때 발생합니다.

설명

나머지 컬렉션 항목의 인덱스를 제거 하는 컬렉션 항목을 반영 하도록 조정 될 수 있습니다.

적용 대상

추가 정보