BindingList<T>.IBindingList.IsSorted プロパティ

定義

このメンバーの説明については、 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 ApplySort(ListSortDescriptionCollection)が呼び出され、RemoveSort()が呼び出されていない場合はfalse

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 BindingList<T> インスタンスがIBindingList インターフェイスにキャストされている場合にのみ使用できます。

適用対象