ListSortDescriptionCollection クラス
定義
ListSortDescription オブジェクトのコレクションを表します。Represents a collection of ListSortDescription objects.
public ref class ListSortDescriptionCollection : System::Collections::IList
public class ListSortDescriptionCollection : System.Collections.IList
type ListSortDescriptionCollection = class
interface IList
interface ICollection
interface IEnumerable
Public Class ListSortDescriptionCollection
Implements IList
- 継承
-
ListSortDescriptionCollection
- 実装
注釈
クラスは、 IBindingListViewインターフェイスによって使用されます。 ListSortDescriptionCollectionThe ListSortDescriptionCollection class is used by the IBindingListView interface.
はListSortDescriptionCollection 、構築されると読み取り専用になります。The ListSortDescriptionCollection is read-only once constructed.
コンストラクター
ListSortDescriptionCollection() |
ListSortDescriptionCollection クラスの新しいインスタンスを初期化します。Initializes a new instance of the ListSortDescriptionCollection class. |
ListSortDescriptionCollection(ListSortDescription[]) |
ListSortDescriptionCollection オブジェクトの指定した配列を使用して、ListSortDescription クラスの新しいインスタンスを初期化します。Initializes a new instance of the ListSortDescriptionCollection class with the specified array of ListSortDescription objects. |
プロパティ
Count |
コレクション内の項目の数を取得します。Gets the number of items in the collection. |
Item[Int32] |
指定した ListSortDescription を取得または設定します。Gets or sets the specified ListSortDescription. |
メソッド
Contains(Object) |
ListSortDescriptionCollection に特定の値が格納されているかどうかを確認します。Determines if the ListSortDescriptionCollection contains a specific value. |
CopyTo(Array, Int32) |
コピー先に指定した配列のインデックスを開始位置として、指定した配列にコレクションの内容をコピーします。Copies the contents of the collection to the specified array, starting at the specified destination array index. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
IndexOf(Object) |
コレクション内の指定した項目のインデックスを返します。Returns the index of the specified item in the collection. |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
ICollection.IsSynchronized |
コレクションへのアクセスがスレッド セーフかどうかを示す値を取得します。Gets a value indicating whether access to the collection is thread safe. |
ICollection.SyncRoot |
コレクションへのアクセスを同期するために使用できる現在のインスタンスを取得します。Gets the current instance that can be used to synchronize access to the collection. |
IEnumerable.GetEnumerator() |
コレクションを反復処理するために使用できる IEnumerator を取得します。Gets a IEnumerator that can be used to iterate through the collection. |
IList.Add(Object) |
項目をコレクションに追加します。Adds an item to the collection. |
IList.Clear() |
コレクションからすべての項目を削除します。Removes all items from the collection. |
IList.Insert(Int32, Object) |
コレクション内の指定したインデックスの位置に項目を挿入します。Inserts an item into the collection at a specified index. |
IList.IsFixedSize |
コレクションが固定サイズかどうかを示す値を取得します。Gets a value indicating whether the collection has a fixed size. |
IList.IsReadOnly |
コレクションが読み取り専用かどうかを示す値を取得します。Gets a value indicating whether the collection is read-only. |
IList.Item[Int32] |
指定した ListSortDescription を取得します。Gets the specified ListSortDescription. |
IList.Remove(Object) |
最初に出現する項目をコレクションから削除します。Removes the first occurrence of an item from the collection. |
IList.RemoveAt(Int32) |
コレクション内の指定したインデックスの項目を削除します。Removes an item from the collection at a specified index. |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。Enables parallelization of a query. |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。Converts an IEnumerable to an IQueryable. |