Share via


ElementListLayout.Elements Property

Gets the ElementViewModel instances that should be displayed in the list.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property Elements As IEnumerable(Of ElementViewModel)
public IEnumerable<ElementViewModel> Elements { get; }
public:
property IEnumerable<ElementViewModel^>^ Elements {
    IEnumerable<ElementViewModel^>^ get ();
}
public function get Elements () : IEnumerable<ElementViewModel>

Field Value

The ElementViewModel instances that should be displayed in the list.

See Also

ElementListLayout Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace