ElementViewModel.Properties Property

Gets all Property(String) instances for 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 Properties As ObservableCollection(Of Property)
public ObservableCollection<Property> Properties { get; }
public:
property ObservableCollection<Property^>^ Properties {
    ObservableCollection<Property^>^ get ();
}
public function get Properties () : ObservableCollection<Property>

See Also

ElementViewModel Class

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