This topic has not yet been rated - Rate this topic

ICollectionViewFactory interface

Supports creation of the relevant ICollectionView implementation.

Syntax


public interface ICollectionViewFactory

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.

MethodDescription
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

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

CollectionViewSource
Binding
XAML data binding sample
Data binding overview

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.