DataCollection
C1CollectionView クラス メソッド

C1.UWP.DataCollection アセンブリ > C1.UWP.DataCollection 名前空間 : C1CollectionView クラス

このクラスのメンバの一覧は、C1CollectionViewメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドAdds an item to the C1CollectionView.  
Public メソッドRemoves all items from the C1CollectionView.  
Public メソッドDetermines whether the C1CollectionView contains a specific value.  
Public メソッドCopies the elements of the C1CollectionView to an System.Array, starting at a particular object array index.  
Public メソッドDetermines the index of a specific item in the collection.  
Public メソッドInserts an item to the C1CollectionView at the specified index.  
Public メソッドLoads more items asynchronously.  
Public メソッドSets the specified item to be the CurrentItem in the view.  
Public メソッドSets the first item in the view as the CurrentItem.  
Public メソッドSets the last item in the view as the CurrentItem.  
Public メソッドSets the item after the CurrentItem in the view as the CurrentItem.  
Public メソッドSets the item at the specified index to be the CurrentItem in the view.  
Public メソッドSets the item before the CurrentItem in the view as the CurrentItem.  
Public メソッドRemoves the first occurrence of a specific object from the C1CollectionView.  
Public メソッドRemoves the item at the specified index.  
トップ
参照

C1CollectionView クラス
C1.UWP.DataCollection 名前空間
IDataCollection<T> インターフェース
Windows.UI.Xaml.Data.ICollectionView