BindingList<T>.IBindingList.AddIndex(PropertyDescriptor) 메서드

정의

이 멤버에 대한 설명은 AddIndex(PropertyDescriptor)를 참조하세요.

 virtual void System.ComponentModel.IBindingList.AddIndex(System::ComponentModel::PropertyDescriptor ^ prop) = System::ComponentModel::IBindingList::AddIndex;
void IBindingList.AddIndex (System.ComponentModel.PropertyDescriptor prop);
abstract member System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
override this.System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
Sub AddIndex (prop As PropertyDescriptor) Implements IBindingList.AddIndex

매개 변수

prop
PropertyDescriptor

검색 조건으로 추가할 PropertyDescriptor입니다.

구현

설명

이 메서드의 기본 구현은 아무 작업도 수행하지 않습니다. 이 기능을 원하는 경우 파생 클래스는 이를 구현해야 합니다.

이 멤버는 명시적 인터페이스 멤버 구현이며, BindingList<T> 인스턴스가 IBindingList 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보