BindingSource.IBindingList.AddIndex(PropertyDescriptor) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute PropertyDescriptor aux index utilisés pour la recherche.
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
Paramètres
- property
- PropertyDescriptor
PropertyDescriptor à ajouter aux index utilisés pour la recherche.
Implémente
Exceptions
La liste sous-jacente n'est pas IBindingList.
Remarques
Si la liste sous-jacente est un IBindingList type, cette méthode ajoute les PropertyDescriptor index ; sinon, l’appel de cette méthode lève un NotSupportedException.