Share via


IViewsCollection Interface

Defines a view of a collection.

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

Syntax

public interface IViewsCollection : IEnumerable<Object>, 
    IEnumerable, INotifyCollectionChanged
'Declaration
Public Interface IViewsCollection _
    Inherits IEnumerable(Of Object), IEnumerable, INotifyCollectionChanged

See Also

IViewsCollection Members

Microsoft.Practices.Prism.Regions Namespace