DataItemCollection クラス

定義

DataItem オブジェクトのコレクションを表します。

[System.Runtime.InteropServices.Guid("289E8AED-7BE3-4220-B096-5FF2E81986A7")]
public sealed class DataItemCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("289E8AED-7BE3-4220-B096-5FF2E81986A7")>]
type DataItemCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class DataItemCollection
Implements IList
継承
DataItemCollection
属性
実装

プロパティ

Count

コレクションに格納されている要素の数を取得します。

Item[Int32]

指定したインデックスにある要素を取得または設定します。

メソッド

Add(DataItem)

指定した DataItem をこのコレクションに追加します。

Add(String, String)

ColumnBinding ソースを使用して、新しい DataItem を作成し、コレクションに追加し、返します。

Add(String, String, DataType)

ColumnBinding ソースを使用して、新しい DataItem を作成し、コレクションに追加し、返します。

Add(String, String, DataType, Int32)

ColumnBinding ソースを使用して、新しい DataItem を作成し、コレクションに追加し、返します。

Add(String, String, OleDbType)

ColumnBinding ソースを使用して、新しい DataItem を作成し、コレクションに追加し、返します。

Add(String, String, OleDbType, Int32)

ColumnBinding ソースを使用して、新しい DataItem を作成し、コレクションに追加し、返します。

Clear()

コレクションからすべての項目を削除します。

Contains(DataItem)

指定された DataItem がコレクション内に存在するかどうかを示します。

CopyTo(Array, Int32)

特定の配列インデックスを開始位置として、配列にコレクションの要素をコピーします。

IndexOf(DataItem)

指定した DataItem を検索し、コレクション内で見つかったデータベースの 0 から始まるインデックスを返します。

Insert(Int32, DataItem)

このコレクション内の指定したインデックスの位置に DataItem を挿入します。

Remove(DataItem)

指定した DataItem をこのコレクションから削除します。

RemoveAt(Int32)

指定したインデックス位置にある DataItem を削除します。

明示的なインターフェイスの実装

ICollection.IsSynchronized

DataItem オブジェクトのコレクションを表します。

ICollection.SyncRoot

DataItem オブジェクトのコレクションを表します。

IEnumerable.GetEnumerator()

DataItem オブジェクトのコレクションを表します。

IList.Add(Object)

DataItem オブジェクトのコレクションを表します。

IList.Contains(Object)

DataItem オブジェクトのコレクションを表します。

IList.IndexOf(Object)

DataItem オブジェクトのコレクションを表します。

IList.Insert(Int32, Object)

DataItem オブジェクトのコレクションを表します。

IList.IsFixedSize

DataItem オブジェクトのコレクションを表します。

IList.IsReadOnly

DataItem オブジェクトのコレクションを表します。

IList.Item[Int32]

DataItem オブジェクトのコレクションを表します。

IList.Remove(Object)

DataItem オブジェクトのコレクションを表します。

適用対象