FieldCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | Item | キー ベースのインデクサー(読み取り専用) |
![]() | Owner | このコレクションを所有する FieldLayout を返します |
| 名前 | 解説 | |
|---|---|---|
![]() | Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | Adds an object to the end of the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | BeginUpdate | コレクションの更新操作を開始します。これは、複数のアイテムが追加または削除される前に呼び出す必要があります。 |
![]() | Clear | Removes all elements from the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | Contains | Determines whether an element is in the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | EndUpdate | コレクションの更新操作を終了します。これは、複数のアイテムが追加または削除された後に呼び出す必要があります。 |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | IndexOf | オーバーロードされます。 指定したキーで Field のインデックスを取得します。 |
![]() | Insert | Inserts an element into the Collection at the specified index. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | Move | System.Collections.ObjectModel.ObservableCollection<Field>から継承されます。 |
![]() | Remove | Removes the first occurrence of a specific object from the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
![]() | RemoveAt | Removes the element at the specified index of the Collection. System.Collections.ObjectModel.Collection<Field>から継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | BlockReentrancy | System.Collections.ObjectModel.ObservableCollection<Field>から継承されます。 |
![]() | CheckReentrancy | System.Collections.ObjectModel.ObservableCollection<Field>から継承されます。 |
![]() | ClearItems | オーバーライドされます。 コレクションがクリアされるときに呼び出されます |
![]() | InsertItem | オーバーライドされます。 項目をコレクションに挿入します |
![]() | MoveItem | オーバーライドされます。 コレクション内で項目を移動します。 |
![]() | OnCollectionChanged | System.Collections.ObjectModel.ObservableCollection<Field>から継承されます。 |
![]() | OnPropertyChanged | System.Collections.ObjectModel.ObservableCollection<Field>から継承されます。 |
![]() | RemoveItem | オーバーライドされます。 項目を削除するときに呼び出されます |
![]() | SetItem | オーバーライドされます。 そこにあったものを置き換えてコレクションの項目を設定します。 |