Region.ActiveViews Property
Gets a readonly view of the collection of all the active 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 ActiveViews As IViewsCollection
public virtual IViewsCollection ActiveViews { get; }
public:
virtual property IViewsCollection^ ActiveViews {
IViewsCollection^ get ();
}
function get_activeViews();
Field Value
An IViewsCollection of all the active views.
Implements
See Also
Microsoft.Practices.Composite.Presentation.Regions Namespace