BindingSource.IBindingList.AddIndex(PropertyDescriptor) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje element PropertyDescriptor do indeksów używanych do wyszukiwania.
virtual void System.ComponentModel.IBindingList.AddIndex(System::ComponentModel::PropertyDescriptor ^ property) = System::ComponentModel::IBindingList::AddIndex;
void IBindingList.AddIndex (System.ComponentModel.PropertyDescriptor property);
abstract member System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
override this.System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
Sub AddIndex (property As PropertyDescriptor) Implements IBindingList.AddIndex
Parametry
- property
- PropertyDescriptor
Element do dodania PropertyDescriptor do indeksów używanych do wyszukiwania.
Implementuje
Wyjątki
Lista bazowa nie jest listą IBindingList.
Uwagi
Jeśli lista bazowa jest typem IBindingList , ta metoda doda element PropertyDescriptor do indeksów. W przeciwnym razie wywołanie tej metody spowoduje zgłoszenie NotSupportedExceptionelementu .