BindingList<T>.IBindingList.SupportsSearching Vlastnost

Definice

Popis tohoto člena naleznete v tématu SupportsSearching.

property bool System::ComponentModel::IBindingList::SupportsSearching { bool get(); };
bool System.ComponentModel.IBindingList.SupportsSearching { get; }
member this.System.ComponentModel.IBindingList.SupportsSearching : bool
 ReadOnly Property SupportsSearching As Boolean Implements IBindingList.SupportsSearching

Hodnota vlastnosti

true pokud seznam podporuje vyhledávání pomocí Find(PropertyDescriptor, Object) metody; jinak , false.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, BindingList<T> že je instance přetypována do IBindingList rozhraní.

Platí pro