RegionAdapterBase<T>.CreateRegion Method

Template method to create a new instance of IRegion that will be used to adapt the object.

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

Syntax

protected abstract IRegion CreateRegion()
'Declaration
Protected MustOverride Function CreateRegion As IRegion

Return Value

A new instance of IRegion.

See Also

RegionAdapterBase<T> Class

Microsoft.Practices.Prism.Regions Namespace