Jaa


ListLayout.Elements Property

Gets the ViewModel elements that should be displayed in a vertical 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 ViewModel)
public IEnumerable<ViewModel> Elements { get; }
public:
property IEnumerable<ViewModel^>^ Elements {
    IEnumerable<ViewModel^>^ get ();
}
public function get Elements () : IEnumerable<ViewModel>

Field Value

The ViewModel elements that should be displayed in a vertical list.

See Also

ListLayout Class

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