Share via


ElementViewModel.Attributes Property

Gets the attributes that where supplied to this ElementViewModel instance.

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 Attributes As IEnumerable(Of Attribute)
public IEnumerable<Attribute> Attributes { get; }
public:
property IEnumerable<Attribute^>^ Attributes {
    IEnumerable<Attribute^>^ get ();
}
public function get Attributes () : IEnumerable<Attribute>

See Also

ElementViewModel Class

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