Share via


ItemsControlRegionAdapter Class

Adapter that creates a new AllActiveRegion and binds all the views to the adapted ItemsControl.

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

Syntax

'Declaration
Public Class ItemsControlRegionAdapter _
    Inherits RegionAdapterBase(Of ItemsControl)
public class ItemsControlRegionAdapter : RegionAdapterBase<ItemsControl>
public ref class ItemsControlRegionAdapter : public RegionAdapterBase<ItemsControl^>
Microsoft.Practices.Composite.Presentation.Regions.ItemsControlRegionAdapter = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Regions.ItemsControlRegionAdapter',
    Microsoft.Practices.Composite.Presentation.Regions.RegionAdapterBase`1);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Regions.RegionAdapterBase<ItemsControl>
    Microsoft.Practices.Composite.Presentation.Regions.ItemsControlRegionAdapter

See Also

ItemsControlRegionAdapter Members

Microsoft.Practices.Composite.Presentation.Regions Namespace