TableColumnCollection.Remove(TableColumn) 메서드

정의

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

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

매개 변수

item
TableColumn

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

반환

Boolean

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

구현

예외

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

itemnull일 때 발생합니다.

설명

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

적용 대상

추가 정보