DataCollection
C1CollectionView クラス メンバ
プロパティ  メソッド  イベント

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

C1CollectionViewデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCreates a new instance of C1CollectionView component.  
トップ
パブリック プロパティ
 名前解説
Public プロパティReturns any collection groups that are associated with the view.  
Public プロパティGets the number of elements contained in the collection.  
Public プロパティGets the current item in the view.  
Public プロパティGets the ordinal position of the CurrentItem within the view.  
Public プロパティGets the wrapping collection.  
Public プロパティGets whether the collection supports incremental loading.  
Public プロパティGets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.  
Public プロパティGets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection.  
Public プロパティGets a value indicating whether the C1CollectionView is read-only.  
トップ
パブリック メソッド
 名前解説
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.  
トップ
パブリック イベント
 名前解説
Public イベントWhen implementing this interface, fire this event after the current item has been changed.  
Public イベントWhen implementing this interface, fire this event before changing the current item. The event handler can cancel this event.  
Public イベントOccurs after the view item set has changed, due to applied transformations or changes happened in the underlying collection.  
トップ
参照

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