ListCollectionView クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IList を実装するコレクションのコレクション ビューを表します。
public ref class ListCollectionView : System::Windows::Data::CollectionView, System::Collections::IComparer, System::ComponentModel::IEditableCollectionView, System::ComponentModel::IItemProperties
public ref class ListCollectionView : System::Windows::Data::CollectionView, System::Collections::IComparer, System::ComponentModel::IEditableCollectionViewAddNewItem, System::ComponentModel::IItemProperties
public ref class ListCollectionView : System::Windows::Data::CollectionView, System::Collections::IComparer, System::ComponentModel::ICollectionViewLiveShaping, System::ComponentModel::IEditableCollectionViewAddNewItem, System::ComponentModel::IItemProperties
public class ListCollectionView : System.Windows.Data.CollectionView, System.Collections.IComparer, System.ComponentModel.IEditableCollectionView, System.ComponentModel.IItemProperties
public class ListCollectionView : System.Windows.Data.CollectionView, System.Collections.IComparer, System.ComponentModel.IEditableCollectionViewAddNewItem, System.ComponentModel.IItemProperties
public class ListCollectionView : System.Windows.Data.CollectionView, System.Collections.IComparer, System.ComponentModel.ICollectionViewLiveShaping, System.ComponentModel.IEditableCollectionViewAddNewItem, System.ComponentModel.IItemProperties
type ListCollectionView = class
inherit CollectionView
interface IComparer
interface IEditableCollectionView
interface IItemProperties
type ListCollectionView = class
inherit CollectionView
interface IComparer
interface IEditableCollectionViewAddNewItem
interface IEditableCollectionView
interface IItemProperties
type ListCollectionView = class
inherit CollectionView
interface IComparer
interface IEditableCollectionViewAddNewItem
interface IEditableCollectionView
interface ICollectionViewLiveShaping
interface IItemProperties
type ListCollectionView = class
inherit CollectionView
interface IComparer
interface ICollectionViewLiveShaping
interface IEditableCollectionView
interface IEditableCollectionViewAddNewItem
interface IItemProperties
Public Class ListCollectionView
Inherits CollectionView
Implements IComparer, IEditableCollectionView, IItemProperties
Public Class ListCollectionView
Inherits CollectionView
Implements IComparer, IEditableCollectionViewAddNewItem, IItemProperties
Public Class ListCollectionView
Inherits CollectionView
Implements ICollectionViewLiveShaping, IComparer, IEditableCollectionViewAddNewItem, IItemProperties
- 継承
- 実装
注釈
データ コレクションにバインドする場合は、データの並べ替え、フィルター処理、またはグループ化が必要になる場合があります。 これを行うには、コレクション ビューを使用します。 は、基になるソース コレクション自体を操作することなく、並べ替え、フィルター、およびグループ クエリに基づいてソース コレクションを移動および表示できる、バインディング ソース コレクションの上のレイヤーと考 CollectionView えることができます。 ソース コレクションが INotifyCollectionChanged インターフェイスを実装している場合、CollectionChanged イベントによって発生した変更はビューに反映されます。
すべてのコレクションには、既定 CollectionViewの があります。 を実装 IListするすべてのコレクションについて、 ListCollectionView オブジェクトは既定のビュー オブジェクトです。 BindingListCollectionViewは、 を実装IBindingListするコレクションに使用されるコレクション ビュー クラスです。 既定のビューを取得するには、GetDefaultView メソッドを使用します。 例については、「 方法: データ コレクションの既定のビューを取得する」を参照してください。
コレクション ビューの詳細については、「 データ バインディングの概要」を参照してください。
コンストラクター
ListCollectionView(IList) |
ListCollectionView を実装する指定したコレクションを使用して、IList クラスの新しいインスタンスを初期化します。 |
プロパティ
ActiveComparer |
並べ替えで使用する現在のアクティブな比較子を取得または設定します。 |
ActiveFilter |
現在のアクティブな Filter コールバックを取得または設定します。 |
AllowsCrossThreadChanges |
CollectionView を作成したスレッド以外のスレッドが SourceCollection を変更できるかどうかを示す値を取得します。 (継承元 CollectionView) |
CanAddNew |
新しい項目をコレクションに追加できるかどうかを示す値を取得します。 |
CanAddNewItem |
指定したオブジェクトをコレクションに追加できるかどうかを示す値を取得します。 |
CanCancelEdit |
コレクション ビューが保留中の変更を破棄して、編集されたオブジェクトの元の値を復元できるかどうかを示す値を取得します。 |
CanChangeLiveFiltering |
コレクション ビューがデータのリアルタイム フィルター処理のオン/オフ切り替えをサポートしているかどうかを示す値を取得します。 |
CanChangeLiveGrouping |
コレクション ビューがリアルタイムのデータのグループ化のオンまたはオフをサポートするかどうかを示す値を取得します。 |
CanChangeLiveSorting |
コレクション ビューがリアルタイムのデータの並べ替えのオンまたはオフをサポートするかどうかを示す値を取得します。 |
CanFilter |
ビューがコールバックを使用したフィルター処理をサポートするかどうかを示す値を取得します。 |
CanGroup |
コレクション ビューがグループ化をサポートするかどうかを示す値を取得します。 |
CanRemove |
コレクションから項目を削除できるかどうかを示す値を取得します。 |
CanSort |
コレクション ビューが並べ替えをサポートするかどうかを示す値を取得します。 |
Comparer |
ビュー内の項目を比較するために使用できるオブジェクトを返します。 (継承元 CollectionView) |
Count |
レコードの推定数を取得します。 |
Culture |
並べ替え中に使用するカルチャ情報を取得または設定します。 (継承元 CollectionView) |
CurrentAddItem |
現在の追加トランザクション処理中に追加される項目を取得します。 |
CurrentEditItem |
編集されているコレクション内の項目を取得します。 |
CurrentItem |
ビュー内の現在の項目を取得します。 (継承元 CollectionView) |
CurrentPosition |
ビュー (オプションで並べ替えおよびフィルター処理されたビュー) 内の CurrentItem の位置を表す序数を取得します。 (継承元 CollectionView) |
CustomSort |
ビュー内で項目を並べ替えるために、IComparer を実装するカスタム オブジェクトを取得または設定します。 |
Dispatcher |
この Dispatcher が関連付けられている DispatcherObject を取得します。 (継承元 DispatcherObject) |
Filter |
項目をビューに含めることが適切であるかどうかを決定するために使用されるメソッドを取得または設定します。 |
GroupBySelector |
GroupDescription を選択するためのデリゲートを、親グループおよびそのレベルの関数として取得または設定します。 |
GroupDescriptions |
コレクション内の項目をビュー内でどのようにグループ化するかを説明する GroupDescription オブジェクトのコレクションを取得します。 |
Groups |
トップレベル グループを取得します。 |
InternalCount |
InternalList 内のレコードの数を取得します。 |
InternalList |
フィルター処理され並べ替えられた項目の一覧を取得します。 |
IsAddingNew |
追加トランザクションが実行中かどうかを示す値を取得します。 |
IsCurrentAfterLast |
ビューの CurrentItem がコレクションの末尾を越えるかどうかを示す値を取得します。 (継承元 CollectionView) |
IsCurrentBeforeFirst |
ビューの CurrentItem がコレクションの先頭より前にあるかどうかを示す値を取得します。 (継承元 CollectionView) |
IsCurrentInSync |
CurrentItem が CurrentPosition にあるかどうかを示す値を取得します。 (継承元 CollectionView) |
IsDataInGroupOrder |
項目の一覧 (並べ替えやフィルター処理の後) が正しい順序でグループ化されているかどうかを示す値を取得または設定します。 |
IsDynamic |
基になるコレクションが変更通知機能を持つかどうかを示す値を取得します。 (継承元 CollectionView) |
IsEditingItem |
編集トランザクションが実行中かどうかを示す値を取得します。 |
IsEmpty |
結果の (フィルター処理された) ビューが空かどうかを示す値を返します。 |
IsGrouping |
ビューにグループがあるかどうかを示す値を取得します。 |
IsInUse |
この CollectionView オブジェクトのイベントをサブスクライブしているオブジェクトがあるかどうかを示す値を取得します。 (継承元 CollectionView) |
IsLiveFiltering |
リアルタイムでのデータのフィルター処理が有効かどうかを示す値を取得または設定します。 |
IsLiveGrouping |
リアルタイムでのデータのグループ化が有効かどうかを示す値を取得または設定します。 |
IsLiveSorting |
リアルタイムでの並べ替えが有効かどうかを示す値を取得または設定します。 |
IsRefreshDeferred |
保留状態の DeferRefresh() が使用されているかどうかを示す値を取得します。 (継承元 CollectionView) |
ItemProperties |
コレクション内の項目のプロパティを記述するオブジェクトのコレクションを取得します。 |
LiveFilteringProperties |
リアルタイムのデータのフィルター選択に関係するプロパティを指定する文字列のコレクションを取得します。 |
LiveGroupingProperties |
リアルタイムのデータのグループ化に関係するプロパティを指定する文字列のコレクションを取得します。 |
LiveSortingProperties |
リアルタイムのデータの並べ替えに関係するプロパティを指定する文字列のコレクションを取得します。 |
NeedsRefresh |
ビューを更新する必要があるかどうかを示す値を取得します。 (継承元 CollectionView) |
NewItemPlaceholderPosition |
ListCollectionView にある新しい項目プレースホルダーの位置を取得または設定します。 |
SortDescriptions |
コレクション内の項目をビュー内でどのように並べ替えるかを記述する SortDescription オブジェクトのコレクションを取得します。 |
SourceCollection |
基になるフィルター処理されていないコレクションを返します。 (継承元 CollectionView) |
UpdatedOutsideDispatcher |
最初にユーザー インターフェイス (UI) スレッド ディスパッチャーに入らずに別のスレッドで通知を CollectionChanged 受信したために、変更ログを更新する必要があるかどうかを示す値を取得します。 (継承元 CollectionView) |
UsesLocalArray |
並べ替えやフィルター処理にデータのプライベート コピーが必要かどうかを示す値を取得します。 |
メソッド
イベント
CollectionChanged |
ビューが変化すると発生します。 (継承元 CollectionView) |
CurrentChanged |
CurrentItem が変更された後に発生します。 (継承元 CollectionView) |
CurrentChanging |
CurrentItem が変更されているときに発生します。 (継承元 CollectionView) |
PropertyChanged |
プロパティ値が変更されたときに発生します。 (継承元 CollectionView) |
明示的なインターフェイスの実装
IComparer.Compare(Object, Object) |
このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。 |
IEnumerable.GetEnumerator() |
ビュー内の項目を列挙するために使用できる IEnumerator オブジェクトを返します。 (継承元 CollectionView) |
INotifyCollectionChanged.CollectionChanged |
ビューが変化すると発生します。 (継承元 CollectionView) |
INotifyPropertyChanged.PropertyChanged |
プロパティ値が変更するときに発生します。 (継承元 CollectionView) |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。 |
適用対象
.NET