Share via


IRegion.Behaviors Property

Gets the collection of IRegionBehaviors that can extend the behavior of regions.

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

Syntax

'Declaration
ReadOnly Property Behaviors As IRegionBehaviorCollection
IRegionBehaviorCollection Behaviors { get; }
property IRegionBehaviorCollection^ Behaviors {
    IRegionBehaviorCollection^ get ();
}
function get_behaviors();

See Also

IRegion Interface

Microsoft.Practices.Composite.Regions Namespace