名前 | 解説 | |
---|---|---|
Add | Adds an item to the C1CollectionView. | |
Clear | Removes all items from the C1CollectionView. | |
Contains | Determines whether the C1CollectionView contains a specific value. | |
CopyTo | Copies the elements of the C1CollectionView to an System.Array, starting at a particular object array index. | |
IndexOf | Determines the index of a specific item in the collection. | |
Insert | Inserts an item to the C1CollectionView at the specified index. | |
LoadMoreItemsAsync | Loads more items asynchronously. | |
MoveCurrentTo | Sets the specified item to be the 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. | |
Remove | Removes the first occurrence of a specific object from the C1CollectionView. | |
RemoveAt | Removes the item at the specified index. |