BindingList<T>.IBindingList.SupportsSearching Vlastnost

Definice

Popis tohoto člena najdete 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 , v opačném případě false.

Implementuje

Poznámky

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

Platí pro