Share via


RegionAdapterBase<T>.CreateRegion Method

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

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

Syntax

'Declaration
Protected MustOverride Function CreateRegion As IRegion
protected abstract IRegion CreateRegion()
protected:
virtual IRegion^ CreateRegion() abstract
function createRegion();

Return Value

A new instance of IRegion.

See Also

RegionAdapterBase<T> Class

Microsoft.Practices.Composite.Presentation.Regions Namespace