IRegionCollection Interface

Defines a collection of IRegion uniquely identified by their Name.

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

Syntax

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

See Also

IRegionCollection Members

Microsoft.Practices.Prism.Regions Namespace