IRegion.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

IViewsCollection ActiveViews { get; }
'Declaration
ReadOnly Property ActiveViews As IViewsCollection
    Get

Field Value

An IViewsCollection of all the active views.

See Also

IRegion Interface

Microsoft.Practices.Prism.Regions Namespace