IRegionBehaviorFactory Interface

Interface for RegionBehaviorFactories. This factory allows the registration of the default set of RegionBehaviors, that will be added to the IRegionBehaviorCollections of all IRegions, unless overridden on a 'per-region' basis.

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

Syntax

'Declaration
Public Interface IRegionBehaviorFactory _
    Implements IEnumerable(Of String), IEnumerable
public interface IRegionBehaviorFactory : IEnumerable<string>, 
    IEnumerable
public interface class IRegionBehaviorFactory : IEnumerable<String^>, 
    IEnumerable
Microsoft.Practices.Composite.Presentation.Regions.IRegionBehaviorFactory = function();
Microsoft.Practices.Composite.Presentation.Regions.IRegionBehaviorFactory.createInterface('Microsoft.Practices.Composite.Presentation.Regions.IRegionBehaviorFactory');

See Also

IRegionBehaviorFactory Members

Microsoft.Practices.Composite.Presentation.Regions Namespace