RegionManager.Regions Property

Gets a collection of IRegion that identify each region by name. You can use this collection to add or remove regions to the current region manager.

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

Syntax

public IRegionCollection Regions { get; }
'Declaration
Public ReadOnly Property Regions As IRegionCollection
    Get

Field Value

A IRegionCollection with all the registered regions.

Implements

IRegionManager.Regions

See Also

RegionManager Class

Microsoft.Practices.Prism.Regions Namespace