MefTabControlRegionAdapter Class

Exports the ItemsControlRegionAdapter using the Managed Extensibility Framework (MEF).

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

Syntax

[ExportAttribute(typeof(TabControlRegionAdapter))]
[PartCreationPolicyAttribute(CreationPolicy.Shared)]
public class MefTabControlRegionAdapter : TabControlRegionAdapter
'Declaration
<ExportAttribute(GetType(TabControlRegionAdapter))> _
<PartCreationPolicyAttribute(CreationPolicy.Shared)> _
Public Class MefTabControlRegionAdapter _
    Inherits TabControlRegionAdapter

Remarks

This allows the MefBootstrapper to provide this class as a default implementation. If another implementation is found, this export will not be used.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionAdapterBase<TabControl>
    Microsoft.Practices.Prism.Regions.TabControlRegionAdapter
      Microsoft.Practices.Prism.MefExtensions.Regions.MefTabControlRegionAdapter

See Also

MefTabControlRegionAdapter Members

Microsoft.Practices.Prism.MefExtensions.Regions Namespace