セクションのコレクション [詳細]
Public メソッド | |
ListSectionCollection () | |
コンストラクタ | |
int | IndexOf (ListSection section) |
指定したセクションのインデックスを取得する。 | |
void | Insert (int index, ListSection section) |
指定したインデックスの位置にセクションを挿入する。 | |
void | RemoveAt (int index) |
指定したインデックスにあるセクションを削除する。 | |
void | Add (ListSection section) |
セクションを追加する。 | |
void | Clear () |
すべてのセクションを削除する。 | |
bool | Contains (ListSection section) |
特定のセクションが格納されているかどうかを判断する。 | |
void | CopyTo (ListSection[] array, int arrayIndex) |
セクションを配列にコピーする。 | |
bool | Remove (ListSection section) |
最初に見つかった特定のセクションを削除する。 | |
プロパティ | |
int | AllItemCount [get] |
セクションに登録されているアイテムの総数を取得する。 | |
ListSection | this [int index] [get, set] |
指定したインデックスにあるセクションを取得・設定する。 | |
int | Count [get] |
セクションの数を取得する。 | |
bool | IsReadOnly [get] |
読み取り専用かどうかを取得する。 | |
イベント | |
EventHandler< EventArgs > | ItemsChanged |
内容が変化したときに呼び出されるハンドラ |
セクションのコレクション
void Add | ( | ListSection | section | ) |
セクションを追加する。
section | 追加するセクション |
bool Contains | ( | ListSection | section | ) |
特定のセクションが格納されているかどうかを判断する。
section | 検索するセクション |
void CopyTo | ( | ListSection[] | array, |
int | arrayIndex | ||
) |
セクションを配列にコピーする。
array | セクションがコピーされる1次元の配列 |
arrayIndex | コピーの開始位置となる配列のインデックス |
int IndexOf | ( | ListSection | section | ) |
指定したセクションのインデックスを取得する。
section | 検索するセクション |
void Insert | ( | int | index, |
ListSection | section | ||
) |
指定したインデックスの位置にセクションを挿入する。
index | 挿入する位置のインデックス。 |
section | 挿入するセクション |
bool Remove | ( | ListSection | section | ) |
最初に見つかった特定のセクションを削除する。
section | 削除するセクション |
void RemoveAt | ( | int | index | ) |
指定したインデックスにあるセクションを削除する。
index | 削除するセクションのインデックス |
ListSection this[int index] [get, set] |
指定したインデックスにあるセクションを取得・設定する。
index | 取得するセクションのインデックス |