Share via


Region.Views Property

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

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

Syntax

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

Field Value

An IViewsCollection of all the added views.

Implements

IRegion.Views

See Also

Region Class

Microsoft.Practices.Prism.Regions Namespace