ICollectionViewFactory interface
Supports creation of the relevant ICollectionView implementation.
Syntax
Attributes
- GuidAttribute("34d4aaf4-8e72-4950-9192-ecd07d399d0a")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The ICollectionViewFactory interface has these types of members:
Methods
The ICollectionViewFactory interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| CreateView | Creates an ICollectionView instance using default settings. |
Remarks
The CreateView method is called when you set the CollectionViewSource.Source property to an ICollectionViewFactory implementation. The returned ICollectionView implementation is used to manage sorting, filtering, grouping, and currency for the bound collection. When using the CollectionViewSource class, you can access the View property to retrieve the ICollectionView implementation.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
