ListSortDescriptionCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 ListSortDescription 物件的集合。
public ref class ListSortDescriptionCollection : System::Collections::IList
public class ListSortDescriptionCollection : System.Collections.IList
type ListSortDescriptionCollection = class
interface ICollection
interface IEnumerable
interface IList
type ListSortDescriptionCollection = class
interface IList
interface ICollection
interface IEnumerable
Public Class ListSortDescriptionCollection
Implements IList
- 繼承
-
ListSortDescriptionCollection
- 實作
備註
介面會IBindingListView使用 類別ListSortDescriptionCollection。
ListSortDescriptionCollection是建構的唯讀一次。
建構函式
ListSortDescriptionCollection() |
初始化 ListSortDescriptionCollection 類別的新執行個體。 |
ListSortDescriptionCollection(ListSortDescription[]) |
使用指定的 ListSortDescriptionCollection 物件陣列,初始化 ListSortDescription 類別的新執行個體。 |
屬性
Count |
取得集合中的項目數目。 |
Item[Int32] |
取得或設定指定的 ListSortDescription。 |
方法
Contains(Object) |
判斷 ListSortDescriptionCollection 是否含有特定值。 |
CopyTo(Array, Int32) |
從指定之目的陣列索引開始,將集合之內容複製到指定的陣列。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
IndexOf(Object) |
傳回集合中指定之項目的索引。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
明確介面實作
ICollection.IsSynchronized |
取得值,指出對集合的存取是否為安全執行緒。 |
ICollection.SyncRoot |
取得可以用來同步處理對集合之存取的目前執行個體。 |
IEnumerable.GetEnumerator() |
取得可以用來逐一查看集合的 IEnumerator。 |
IList.Add(Object) |
將項目新增至集合。 |
IList.Clear() |
移除集合的所有項目。 |
IList.Insert(Int32, Object) |
在指定的索引位置,插入項目至集合之中。 |
IList.IsFixedSize |
取得值,這個值表示集合的大小是否是固定的。 |
IList.IsReadOnly |
取得值,表示集合是否為唯讀。 |
IList.Item[Int32] |
取得指定的 ListSortDescription。 |
IList.Remove(Object) |
從集合移除第一個項目。 |
IList.RemoveAt(Int32) |
從指定索引的集合移除項目。 |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |