IRegion.ActiveViews Property

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

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

Syntax

'Declaration
ReadOnly Property ActiveViews As IViewsCollection
IViewsCollection ActiveViews { get; }
property IViewsCollection^ ActiveViews {
    IViewsCollection^ get ();
}
function get_activeViews();

Field Value

An IViewsCollection of all the active views.

See Also

IRegion Interface

Microsoft.Practices.Composite.Regions Namespace