Share via


Region.ItemMetadataCollection Property

Gets the collection with all the views along with their metadata.

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

Syntax

protected virtual ObservableCollection<ItemMetadata> ItemMetadataCollection { get; }
'Declaration
Protected Overridable ReadOnly Property ItemMetadataCollection As ObservableCollection(Of ItemMetadata)
    Get

Field Value

An ObservableCollection<T> of ItemMetadata with all the added views.

See Also

Region Class

Microsoft.Practices.Prism.Regions Namespace