Share via


RegionBehaviorCollection Class

A collection of IRegionBehavior instances, that are stored and retrieved by Key.

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

Syntax

'Declaration
Public Class RegionBehaviorCollection _
    Implements IRegionBehaviorCollection, IEnumerable(Of KeyValuePair(Of String, IRegionBehavior)),  _
    IEnumerable
public class RegionBehaviorCollection : IRegionBehaviorCollection, 
    IEnumerable<KeyValuePair<string, IRegionBehavior>>, IEnumerable
public ref class RegionBehaviorCollection : IRegionBehaviorCollection, 
    IEnumerable<KeyValuePair<String^, IRegionBehavior^>>, IEnumerable
Microsoft.Practices.Composite.Presentation.Regions.RegionBehaviorCollection = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Regions.RegionBehaviorCollection',
    null,
    Microsoft.Practices.Composite.Regions.IRegionBehaviorCollection,
    IEnumerable`1,
    IEnumerable);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Regions.RegionBehaviorCollection

See Also

RegionBehaviorCollection Members

Microsoft.Practices.Composite.Presentation.Regions Namespace