Region.Views Property
Gets a readonly view of the collection of views in the region.
Namespace: Microsoft.Practices.Composite.Presentation.Regions
Assembly: Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Views As IViewsCollection
public virtual IViewsCollection Views { get; }
public:
virtual property IViewsCollection^ Views {
IViewsCollection^ get ();
}
function get_views();
Field Value
An IViewsCollection of all the added views.
Implements
See Also
Microsoft.Practices.Composite.Presentation.Regions Namespace