RegionAdapterBase<T>.Adapt Method

Template method to adapt the object to an IRegion.

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

Syntax

protected abstract void Adapt(
    IRegion region,
    T regionTarget
)
'Declaration
Protected MustOverride Sub Adapt ( 
    region As IRegion,
    regionTarget As T
)

Parameters

  • regionTarget
    Type: T
    The object to adapt.

See Also

RegionAdapterBase<T> Class

RegionAdapterBase<T> Members

Microsoft.Practices.Prism.Regions Namespace