Share via


ViewsCollection Class

Implementation of IViewsCollection that takes an ObservableCollection<T> of ItemMetadata and filters it to display an INotifyCollectionChanged collection of Object elements (the items which the ItemMetadata wraps).

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class ViewsCollection : IViewsCollection, 
    IEnumerable<Object>, IEnumerable, INotifyCollectionChanged
'Declaration
Public Class ViewsCollection _
    Implements IViewsCollection, IEnumerable(Of Object),  _
    IEnumerable, INotifyCollectionChanged

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.ViewsCollection

See Also

ViewsCollection Members

Microsoft.Practices.Prism.Regions Namespace