Share via


IRegionCollection Interface

Defines a collection of IRegion uniquely identified by their Name.

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

Syntax

'Declaration
Public Interface IRegionCollection _
    Implements IEnumerable(Of IRegion), IEnumerable
public interface IRegionCollection : IEnumerable<IRegion>, 
    IEnumerable
public interface class IRegionCollection : IEnumerable<IRegion^>, 
    IEnumerable
Microsoft.Practices.Composite.Regions.IRegionCollection = function();
Microsoft.Practices.Composite.Regions.IRegionCollection.createInterface('Microsoft.Practices.Composite.Regions.IRegionCollection');

See Also

IRegionCollection Members

Microsoft.Practices.Composite.Regions Namespace