Share via


Region.ItemMetadataCollection Property

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

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ItemMetadataCollection As ObservableCollection(Of ItemMetadata)
protected virtual ObservableCollection<ItemMetadata> ItemMetadataCollection { get; }
protected:
virtual property ObservableCollection<ItemMetadata^>^ ItemMetadataCollection {
    ObservableCollection<ItemMetadata^>^ get ();
}
function get_itemMetadataCollection();

Field Value

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

See Also

Region Class

Microsoft.Practices.Composite.Presentation.Regions Namespace