BindingList<T>.IBindingList.IsSorted Propriété
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.
Pour obtenir une description de ce membre, consultez IsSorted.
property bool System::ComponentModel::IBindingList::IsSorted { bool get(); };
bool System.ComponentModel.IBindingList.IsSorted { get; }
member this.System.ComponentModel.IBindingList.IsSorted : bool
ReadOnly Property IsSorted As Boolean Implements IBindingList.IsSorted
true
si ApplySort(ListSortDescriptionCollection) a été appelé et si RemoveSort() n'a pas été appelé ; sinon, false
.
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de BindingList<T> est castée en interface IBindingList.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :