Share via


Region.ActiveViews Property

Gets a readonly view of the collection of all the active views in the region.

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

Syntax

public virtual IViewsCollection ActiveViews { get; }
'Declaration
Public Overridable ReadOnly Property ActiveViews As IViewsCollection
    Get

Field Value

An IViewsCollection of all the active views.

Implements

IRegion.ActiveViews

See Also

Region Class

Microsoft.Practices.Prism.Regions Namespace