MefSyncRegionContextWithHostBehavior Class

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

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

Syntax

[PartCreationPolicyAttribute(CreationPolicy.NonShared)]
[ExportAttribute(typeof(SyncRegionContextWithHostBehavior))]
public class MefSyncRegionContextWithHostBehavior : SyncRegionContextWithHostBehavior
'Declaration
<PartCreationPolicyAttribute(CreationPolicy.NonShared)> _
<ExportAttribute(GetType(SyncRegionContextWithHostBehavior))> _
Public Class MefSyncRegionContextWithHostBehavior _
    Inherits SyncRegionContextWithHostBehavior

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.RegionBehavior
    Microsoft.Practices.Prism.Regions.Behaviors.SyncRegionContextWithHostBehavior
      Microsoft.Practices.Prism.MefExtensions.Regions.Behaviors.MefSyncRegionContextWithHostBehavior

See Also

MefSyncRegionContextWithHostBehavior Members

Microsoft.Practices.Prism.MefExtensions.Regions.Behaviors Namespace