名前 | 解説 | |
---|---|---|
![]() | Add | |
![]() | AddNew | Adds a new item to the collection. |
![]() | AddNewItem | Adds the specified object to the collection. |
![]() | CancelEdit | Ends the edit transaction and, if possible, restores the original value to the item. |
![]() | CancelNew | Ends the add transaction and discards the pending new item. |
![]() | Clear | |
![]() | CommitEdit | Ends the edit transaction and saves the pending changes. |
![]() | CommitNew | Ends the add transaction and saves the pending new item. |
![]() | Contains | Determines whether this collection contains the specified item. |
![]() | CopyTo | |
![]() | DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. |
![]() | EditItem | Begins an edit transaction of the specified item. |
![]() | Insert | |
![]() | MoveCurrentTo | Sets the specified item to be the ICollectionView.CurrentItem in the view. |
![]() | MoveCurrentToFirst | Sets the first item in the view as the CurrentItem. |
![]() | MoveCurrentToLast | Sets the last item in the view as the CurrentItem. |
![]() | MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. |
![]() | MoveCurrentToPosition | Sets the item at the specified index to be the CurrentItem in the view. |
![]() | MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. |
![]() | Refresh | Recreates the view. |
![]() | Remove | Removes the specified item from the collection. |
![]() | RemoveAt | Removes the item at the specified position from the collection. |