CellBindingCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<CellBinding>から継承されます。 |
![]() | Item | Gets or sets the element at the specified index. System.Collections.ObjectModel.Collection<CellBinding>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<CellBinding>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | BlockReentrancy | System.Collections.ObjectModel.ObservableCollection<CellBinding>から継承されます。 |
![]() | CheckReentrancy | System.Collections.ObjectModel.ObservableCollection<CellBinding>から継承されます。 |
![]() | ClearItems | オーバーライドされます。 コレクションがクリアされるときに呼び出されます |
![]() | InsertItem | オーバーライドされます。 項目をコレクションに挿入します |
![]() | MoveItem | System.Collections.ObjectModel.ObservableCollection<CellBinding>から継承されます。 |
![]() | OnCollectionChanged | System.Collections.ObjectModel.ObservableCollection<CellBinding>から継承されます。 |
![]() | OnPropertyChanged | System.Collections.ObjectModel.ObservableCollection<CellBinding>から継承されます。 |
![]() | RemoveItem | オーバーライドされます。 項目を削除するときに呼び出されます |
![]() | SetItem | オーバーライドされます。 そこにあったものを置き換えてコレクションの項目を設定します。 |