DataCollection
C1CollectionView クラス
メンバ 

C1.UWP.DataCollection アセンブリ > C1.UWP.DataCollection 名前空間 : C1CollectionView クラス
UWP Windows.UI.Xaml.Data.ICollectionView which wraps a C1.DataCollection.C1DataCollection<T>.
オブジェクト モデル
C1CollectionView クラス
シンタックス
'宣言
 
Public Class C1CollectionView 
   Implements Windows.Foundation.Collections.IIterable(Of Object), Windows.Foundation.Collections.IIterable(Of T), Windows.Foundation.Collections.IObservableVector(Of Object), Windows.Foundation.Collections.IVector(Of Object), Windows.Foundation.Collections.IVector(Of T), Windows.UI.Xaml.Data.ICollectionView 
public class C1CollectionView : Windows.Foundation.Collections.IIterable<object>, Windows.Foundation.Collections.IIterable<T>, Windows.Foundation.Collections.IObservableVector<object>, Windows.Foundation.Collections.IVector<object>, Windows.Foundation.Collections.IVector<T>, Windows.UI.Xaml.Data.ICollectionView  
解説
This adapter can be used to display the collection in a standard ListView and GridView.
継承階層

System.Object
   C1.UWP.DataCollection.C1CollectionView

参照

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